Projekt

Obecné

Profil

Stáhnout (694 Bajtů) Statistiky
| Větev: | Revize:
1
# 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

    
11
- Then run `./build.sh` in the root of the project
12

    
13
  - this will create containers and install composer with all Symfonys dependecies 
14

    
15
- When you run `docker ps` you should see containers now: **heatmap_nginx**, **heatmap_php-fpm** and **heatmap_mongodb**
16

    
17
- Installing only dependencies for Symfony
18

    
19
  - run in the root `./install.sh`
20

    
21
  
22

    
23
  **Note:** To make script executable run `chomd u+x name_of_the_script.sh`
(2-2/5)