INSTALL INSTRUCTIONS **************** * REQUIREMENTS * **************** * Apache with: * mod_rewrite * PHP * MySQL 5+ * PHP (recommended 5.3+) with libraries: * gettext * JSON * Multibyte String support * GD **************** * INSTRUCTIONS * **************** * Create new database for software * Use teke.sql file (located in tester/engine/lib/database/teke.sql) and create tables * Copy all files from folder called tester to your server * Create folder for data storage * Copy config.php.example to config.php in config folder and fill in the blanks * Copy htaccess_example to .htaccess # Create folders: # Datastore - data like images and other files for config::DATA_STORE # session - session data for config::SESSION_SAVE_PATH # Datastore can contain session folder # edit config.php to point them out # make sure that apache can write into them