Installation Instructions
Requirements:
Linux/Apache server*
PHP4+
MySQL 3.23+
FTP application (Mac: Cyberduck / PC: Filezilla)
* Apache on Windows is not supported
Web browser: we recommend Firefox and Safari or any modern browser is best for the backend. Internet Explorer will work but is not recommended.
Before you begin:
You will need to have the connection information to your MySQL database. If you don't have this information you should check your webhost control panel or ask your webhost. You should have the following information:
- database host
- database name
- database username
- database password
Once you have all of the above you are ready.
Uploading Files:
Usuing your FTP application, upload the contents of the indexhibit folder into the desired folder on your site - in most cases this will probably be the root folder of your website (consult your webhost if you aren't sure where to upload files).
Find the 'files' and 'gimgs' folders and change their permissions to 777 (the gimgs folder is inside of the files folder). Inside the 'ndxz-studio' folder change the 'config' folder permissions as well to 777.
Installing:
Next, direct your browser to your_site/ndxz-studio/install.php
- select your language and submit
- if you have followed all the previous steps you will see green X's
- input your site name and your database information and submit
- if all went well, it will tell you to login
Clean URLs:
If you would like "clean urls" for your site follow these instructions:
Edit the .htaccess file - change the filename from 'htaccess' to '.htaccess' (adding the . to the beginning). In your /studio/defaults.php file change "define('MODREWRITE', FALSE);" to "define('MODREWRITE', TRUE);". Check your site to see if it works. If it does not, then you probably don't have mod_rewrite on your server - put everything back the way it was in the beginning.
If you experience further problems you can ask for assistance in the forum (registration required).