-
Create a
.env
from the.env.dist
file with your parameterscp .env.dist .env
-
Build/run containers
$ docker-compose build $ docker-compose up -d
-
Update your system host file (add symfony.dev)
# UNIX only: get containers IP address and update host (replace IP according to your configuration) (on Windows, edit C:\Windows\System32\drivers\etc\hosts) $ sudo echo $(docker network inspect bridge | grep Gateway | grep -o -E '[0-9\.]+') "symfony.dev" >> /etc/hosts
-
Prepare Symfony app (inside app directory)
-
Create a
.env
from the.env.dist
file with your parameterscp .env.dist .env
-
Composer install
$ docker-compose exec php bash $ composer install
-
forked from no-name/some-project
-
Notifications
You must be signed in to change notification settings - Fork 0
mikaint/some-project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%