Package Repository Website for Composer, see the about page on packagist.org for more.
- Clone the repository
- Run
bin/vendors installto get all the vendors. - Copy
app/config/parameters.yml.disttoapp/config/parameters.ymland edit the relevant values for your setup. - Run
app/console doctrine:schema:createto setup the DB. - Make a VirtualHost with DocumentRoot pointing to web/
- You should now be able to access the site, create a user, etc.