Open Translation Engine (OTE) 0.9.7 Installation ------------ - Put ote files in a web accessable directory on your server - Copy /settings.php to: /settings.active.php - Edit /settings.active.php for your system settings - edit .htaccess for correct pathname to 404.php file - edit robots.txt for correct pathnames - create database 'ote' via import of: docs/db.create.ote.database.sql - create tables via import of: docs/db.create.ote.tables.sql - create test data via import of (one of the following:) - English/Dutch data via import of: docs/db.create.english.dutch.sql (creates english & dutch languages with 4000+ word dictionary and creates user 'admin', password 'admin') - Development data via import of: docs/db.debug.sql (creates empty english & TargetLanguage dictionary and creates user 'admin', password 'admin') - Development UTF-8 English/Indo-European data via import of: docs/db.indoeuropean.test.sql (creates english/Indo-European demo dictionary and creates user 'admin', password 'admin') (must have a full UTF-8 pathway into database) - check that the content (ID, name and iso code) in the database table ote_language is the same as the LANGUAGE define statements in your /settings.active.php file - Login as user 'admin', password 'admin'. Click your username 'admin' in the bottom footer menu. Click 'Admin Menu' Click 'User Admin' Click your username 'admin' Type in a new password and click 'Modify' Note: - OTE depends on the web server running files with no extension as PHP files. In Apache, this is added to the .htaccess file: ForceType application/x-httpd-php Your web server must be setup to read .htaccess files, or you must add the ForceType declaration to your httpd.conf file. --------------------------------------------------