SkyAboveUs is a web project developed for people who are interested in astronomy.
- PHP (7.0)
- MySQL
- Composer
- Symfony 3.1
- Install Git
- Clone repository 'git clone https://github.com/nfqakademija/Fuksai.git'
- cd 'fuksai'
- Get Composer
- Run 'composer install'
- To create database and insert fixtures and all needed data to database you need to execute bash script file that is in the root folder of symfony (example: var/www/html/project) and execute ./setup.sh.
- php bin/console server:run
app:import:issshould be executed once a minuteapp:import:videosshould be executed at least once a dayapp:import:newsshould be executed once an hourapp:planet-positionshould be executed once an hourapp:send:notificationsshould be executed twice a dayapp:import:apodshould be executed once a day

