Symfony on Docker
First, clone this repository:
$ git clone https://github.com/DjangoFR/symfony.dev.git
docker
docker-compose ( min version >= 1.6)
-> $ ./bin/docker-compose-install.sh
wget
mysql-client
phpstorm
-> https://www.jetbrains.com/phpstorm/download/download-thanks.html?platform=linux
or
-> https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program
127.0.0.1 symfony.dev
$ ./bin/dockremap.sh
$ ./bin/build.sh
$ ./bin/start.sh
$ ./bin/symfony.sh
$ cd symfony.dev
$ git fetch origin master
$ git pull origin master
$ ./bin/stop.sh
$ ./bin/docker-delete-all-images.sh
$ ./bin/build.sh
$ ./bin/start.sh
$ ./bin/mysql.sh
$ ./bin/tty.sh
and follow instructions.