Projekt

Obecné

Profil

Stáhnout (532 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
## 🚀 Installation
8

    
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
### PHP Composer
13
* For composer install execute `./composer-install.sh` or `composer-install.bat`
(2-2/7)