This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,39 @@ Symfony Docker Edition | |
Встановлення та запуск | ||
-------------- | ||
|
||
* Встановлюємо [Docker][2] | ||
Встановлюємо [Docker][2] та [Docker Compose][3] | ||
|
||
* Встановлюємо [Docker Compose][3] | ||
Клонуємо репозиторій | ||
|
||
* Клонуємо репозиторій | ||
|
||
$ git clone [email protected]:madman/sy2docker.git | ||
```bash | ||
$ git clone [email protected]:madman/sy2docker.git | ||
``` | ||
|
||
* Виставляємо необхідні права на папки та файли | ||
Виставляємо необхідні права на папки та файли | ||
|
||
$ ./permissions.sh | ||
```bash | ||
$ ./permissions.sh | ||
``` | ||
|
||
* Збираємо образи для docker | ||
Збираємо образи для docker | ||
|
||
$ docker-compose build | ||
```bash | ||
$ docker-compose build | ||
``` | ||
|
||
* Запускаємо контейнери | ||
Запускаємо контейнери | ||
|
||
$ docker-compose up -d | ||
```bash | ||
$ docker-compose up -d | ||
``` | ||
|
||
* Встановлюємо залежності | ||
Встановлюємо залежності | ||
|
||
$ docker-compose run composer install | ||
```bash | ||
$ docker-compose run composer install | ||
``` | ||
|
||
* Відкриваємо в браузері http://localhost:8080/ | ||
Відкриваємо в браузері http://localhost:8080/ | ||
|
||
|
||
Які є контенери? | ||
|