Warehouse Installation Guide

Following file will help you in installation and configuration of Warehouse by Encrypted.pl I assume that you are PHP developer or at least IT beginner.

Dictionary

{WEB} - is name of the folder to which you will copy Warehouse script (whole Github repository). {SITE} - is web adress of your {WEB}.

Quick start

  1. Copy all files from Warehouse folder to your web server (localhost or ftp server).
  2. Setup database
  3. Copy file {WEB}/application/config/database_DEFAULT.php to {WEB}/application/config/database.php
  4. Open newly created file {WEB}/application/config/database.php and fill your database connection data.
  5. Setup $config['base_url'] = '{SITE}'; in the config.php file.
  6. Open your {SITE} in browser.
  7. You should be able to login with following data:
    login:      root
    password:   root

Language

Software is translated into polish and english. You can change your language directly in {WEB}/application/config/config.php