This is the SumoCoders Symfony Framework. You can install it using
composer create-project -s dev sumocoders/framework .
Before you can do anything your database should be initialized.
app/console doctrine:migrations:migrate
Add a user with
app/console fos:user:create --super-admin <username> <email> <password>
You can now go to /en/users/login and login with the given user.
When you start you should initialize the migrations:
app/console doctrine:migrations:status
We use ...
See https://github.com/phiamo/MopaBootstrapBundle for more information.