Skip to content
sque edited this page Aug 7, 2013 · 1 revision

Enviroment

To install you need a system running

  • Apache version >= 2.0 with mod_rewrite
  • PHP version >= 5.3
    • mysqli extension
  • MySQL version >= 5.0

Installation Process

  • 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.

Administration Panel

  • 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!

Clone this wiki locally