Windows installation with a previously installed web server
Make sure you have Apache, PHP, MySQL installed according to system requirements.
1. Extract the downloaded CMS package to your webservers root folder
2. Set temporary read & write permissions for following files:
config.php
config-old.php
3. Open your browser and go to the URL where the website you unpacked is, e.g:
http://www.yoursite.com/install.php
4. Follow the instructions on the page. The database will be installed and the config.php will be adjusted with the required database server variables.
5. Be sure that you delete file "install.php" and install/ folder from your website root directory.
6. Be sure that following upload directories have write permissions for the web server:
public/ - files used for content management shared/ - files used for content management classes/smarty/cache/ - Saurus API templates cache classes/smarty/templates/ - Saurus API templates classes/smarty/templates_c/ - Saurus API compiled templates code
