Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 852 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 852 Bytes

WEILogisticManager

Build Status

Requirements

Composer
MySQL
PHP >= 5.3.3

Install and run project

Download project and put it at the root of your www directory.
At the root of the project, run the following commands:

composer install // This will install the dependencies  
php app/console doctrine:database:create // This will create the database  
php app/console doctrine:schema:create // This will generate the tables  
php app/console fos:user:create // This will allow you to create a valid user  

Then go to localhost:[your port]/WEILogisticManager/web/app_dev.php and you will arrive on the login page.