Revize 1d1018d3
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
README.md | ||
---|---|---|
7 | 7 |
### Setup of development environment |
8 | 8 |
|
9 | 9 |
- Install and configure 🐳 **[docker](https://www.docker.com/)** |
10 |
|
|
11 | 10 |
- Then run `./build.sh` in the root of the project |
12 |
|
|
13 | 11 |
- this will create containers and install composer with all Symfonys dependecies |
14 |
|
|
15 | 12 |
- When you run `docker ps` you should see containers now: **heatmap_nginx**, **heatmap_php-fpm** and **heatmap_mongodb** |
16 |
|
|
17 | 13 |
- Installing only dependencies for Symfony |
18 |
|
|
19 | 14 |
- run in the root `./install.sh` |
20 | 15 |
|
21 | 16 |
|
22 |
|
|
23 | 17 |
**Note:** To make script executable run `chomd u+x name_of_the_script.sh` |
Také k dispozici: Unified diff
Update README.md