Skip to content

ECE personnal project - A Symfony website to easily prepare a WEI

License

Notifications You must be signed in to change notification settings

cberez/WEILogisticManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ECE personnal project - A Symfony website to easily prepare a WEI

Resources

License

Stars

Watchers

Forks

Packages

No packages published