1 |
579f9cdd
|
Tomáš Ballák
|
# ZČU Heatmap
|
2 |
|
|
|
3 |
|
|
- [**Nginx**](https://www.nginx.com/) - Server
|
4 |
|
|
- [**Symfon**](https://symfony.com/) - PHP framework
|
5 |
|
|
- [**MongoDB**](https://www.mongodb.com/) - Database
|
6 |
|
|
|
7 |
|
|
### Setup of development environment
|
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`
|