/[drupal]/contributions/modules/sympal_scripts/README.txt
ViewVC logotype

Contents of /contributions/modules/sympal_scripts/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Jul 5 09:40:56 2006 UTC (3 years, 4 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Moving the scripts from "tricks" into modules to allow proper project.module integration!
1 Sympal Scripts
2 By Bèr Kessels
3 sponored by sympal.nl
4 developed for sympal (sympal.nl)
5
6 These scripts are all PHP commandline scripts. They are inspired by the Ruby on Rails way of doing stuff. Simple agile commandline creation of code. No more copy-paste coding, but quick module generation.
7
8 It is developed with developers, consultants, package managers and hosting providers in mind. They should be able to use these scripts to install drupal from within their environment.
9 It is certainly not meant for Joe Weblog, for it requires one to run PHP commands on the server.
10
11 crontab.php
12 A crontab file that runs all the cron.php for all the domains in sites/
13 Usefull if you do not want to maintain loads of ever changing crontab entries.
14 install_site.php
15 The installation script. Call this to install a new site. Call without arguments to see the help
16 common.php
17 Common libary..
18 Contains all common functions.
19 script_settings.php
20 Here all the global settings are saved.
21 postinstall.d
22 preinstall.d
23 Two directories to help the installer. All the scripts in there will be included (and thus run), respectively after and before the main installation script.

  ViewVC Help
Powered by ViewVC 1.1.2