You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Vagrant and Docker come with the above infrastructure.
Setup
$ make COMPOSEROPTS="--no-interaction" deps
$ make [SCHEMA=true] [FIXTURES=true] setup
$ gulp build
The above steps explained:
Installs composer, npm and bower dependencies. In case of a first installation, app/parameters.yml is also created, but parameters can be overridden by SYMFONY__* env vars.
The default settings should work fine, although it is recommended to set the database host to db.
Both Vagrant and Docker use this hostname for the database.
Runs basic setup commands, installs the database (runs migrations by default) and optionally and runs fixtures
Builds the frontend assets
The scripts above should work fine in any development environment.