Installing Ontomasticon

Apache settings

The following redirects are required for proper operation.


    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/css/
    RewriteCond %{REQUEST_URI} !^/images/
    RewriteCond %{REQUEST_URI} !^/inst/
    RewriteRule ^(.*)$ /index.php?path=$1 [NC,L,QSA]
  

Download Ontomasticon

Download the latest release from https://github.com/ontomasticon/ontomasticon/releases and unzip into appropriate directory on your web server.

Connect to MySQL

In the settings directory of the cloned repository copy dp.php.default to db.php and enter your MySQL settings.

Run the install script

In your web browser navigate to [base_url]/inst/install.php to run the install script.

Debug mode

To enable PHP debugging the set mode to 'debug' in the config table of the database.