The installation manual
-----------------------
Updated for version 1.0

To install the simple php-agenda you can follow these steps:

- You'll need a webserver or webhosting with php support and a MySQL database.
- (optional) Create a MySQL database for the agenda.
- (optional) Create a database user for the agenda.
- Copy the contents of the zip file to a directory on your webspace or webserver.
- Run the install.php script, make sure that config.inc.php file is writable by the webserver during the install.
- When there are no warning or errors, the agenda is created and correctly installed
- Delete install.php for additional security, the script does not check if there is already an agenda installed and you could accidently overwrite a previous install.
- Delete the 'update' directory. This directory contains script used to update from previous versions. These script alter the database, which may be unwanted in your installation.



To update an installation:
- Copy the contents of the zip file over your existing installation. Be carefull not to overwrite the configuration file.
- When it is a major update, go to the update folder in you installation. For example: http://localhost/agenda/update/
- Choose the appropriate update script and click it. These script immediatly run without any warnings or confirmations!
- Remove the 'update' directory and the install.php file. These files may have unwanted effect afterwards.

Last change: 2007-02-25 ~ Thomas