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 the latest release from https://github.com/ontomasticon/ontomasticon/releases and unzip into appropriate directory on your web server.
In the settings directory of the cloned repository copy dp.php.default to db.php and enter your MySQL settings.
In your web browser navigate to [base_url]/inst/install.php to run the install script.