File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,12 @@ Docker-symfony gives you everything you need for developing Symfony application.
51
51
# Symfony2
52
52
$ sf doctrine:database:create
53
53
$ sf doctrine:schema:update --force
54
+ # Only if you have `doctrine/doctrine-fixtures-bundle` installed
54
55
$ sf doctrine:fixtures:load --no-interaction
55
56
# Symfony3
56
57
$ sf3 doctrine:database:create
57
58
$ sf3 doctrine:schema:update --force
59
+ # Only if you have `doctrine/doctrine-fixtures-bundle` installed
58
60
$ sf3 doctrine:fixtures:load --no-interaction
59
61
` ` `
60
62
@@ -119,7 +121,7 @@ $ docker-compose exec db mysql -uroot -p"root"
119
121
120
122
# F***ing cache/logs folder
121
123
$ sudo chmod -R 777 app/cache app/logs # Symfony2
122
- $ sudo chmod -R 777 var/cache var/logs # Symfony3
124
+ $ sudo chmod -R 777 var/cache var/logs var/sessions # Symfony3
123
125
124
126
# Check CPU consumption
125
127
$ docker stats $(docker inspect -f "{{ .Name }}" $(docker ps -q))
You can’t perform that action at this time.
0 commit comments