Codeigniter installation
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
- Copy all files from Warehouse folder to your web server (localhost or ftp server).
- Setup database
- Copy file
{WEB}/application/config/database_DEFAULT.phpto{WEB}/application/config/database.php - Open newly created file
{WEB}/application/config/database.phpand fill your database connection data. - Setup
$config['base_url'] = '{SITE}';in theconfig.phpfile. - Open your
{SITE}in browser. - 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