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