| 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.
|