Starting and stopping a project While a project is stopped, its daemons are stopped, the scheduler returns 'project down' messages, and the web site displays a 'Project down' page. No database accesses occur while a project is stopped. A project should be stopped during most maintenance functions (such as upgrading software).
The following scripts (in bin/) control a project:
start
Start the project.
stop
Stop the project.
cron (invoked as 'start --cron')
If the project is started, perform all periodic tasks that are past due, and start any daemons that aren't running. Otherwise do nothing.
status
Show whether the project is stopped. Show the status of all daemons. Show the status of all periodic tasks (e.g., when they were last executed).
stop_schedin the project directory. Remove it to reactivate the scheduler. "; page_tail(); ?>