OSLogbook Installation Instructions
-----------------------------------

1. Un-pack the compressed file (osl.zip under Windows or osl.tar.gz under UNIX) into the www area of the host machine.

2. Unpack the database build file found in db/oslDB.gz into C:/sql/oslDB.sql

3. Start MySQL and create the database: CREATE DATABASE osl;

4. Start using the new database: USE osl;

5. Within MySQL source the database build file: SOURCE C:/sql/oslDB.sql;

6. Ensure that the uploads/ directory is writeable. This should be the case under Windows but will need to be configured under UNIX: chmod 777 uploads

