-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
sque edited this page Aug 7, 2013
·
1 revision
To install you need a system running
- Apache version >= 2.0 with mod_rewrite
- PHP version >= 5.3
- mysqli extension
- MySQL version >= 5.0
- Unzip the file in your published folder
- Make writable by Apache user the following files and folders:
- uploads/
- cache/
- config.inc.php
- Visit your web server through a browser http://<ip>/[subfolder]/install
- Fill the installation form with the needed information.
- If site is accessible under a subfolder you may need to edit root .htaccess and change RewriteBase from / to /
- If the installation process finished successfully and the site is working ERASE /install folder for security reasons.
- To access administration panel, visit http://<ip>/[subfolder]/admin.
- The default username and password is root, root
- The first time you access panel, YOU SHOULD CHANGE THE DEFAULT USERNAME AND PASSWORD!