1 person following this project (follow)

To install this application on a machine, you need to:
  1. Download the source code from the Mercurial repository.
  2. Create a database. The code was tested with MySQL, but it should work with any provider supported by PHP's PDO classes.
  3. Run schema.sql against your database to create the tables.
  4. Optionally load the data from one of the ZIP files in the Downloads area.
  5. Create a file called "config.txt" in the main folder. It will contain the database provider connection string. For example: mysql:host=localhost;dbname=manx fred gumby specifies the MySQL provider on the localhost with the database named 'manx', user 'fred' and password 'gumby'. You should not allow this file to be served by the web server to users, otherwise it will compromise the security of your database.

Last edited Jun 10 2010 at 5:42 PM by legalize, version 3

Comments

No comments yet.