All code is developed and tested on Ubuntu 16.04 and RedHat 7.
Install apache2 and allow .htaccess
cd /etc/apache2/mods-enabled/
sudo ln -s ../mods-available/rewrite.load .
sudo nano /etc/apache2/sites/available/000-default.conf
<Directory "$Directory$">
AllowOverride All
</Directory>
sudo service apache2 restart
sudo ./deploy_ui.sh
Follow instructions on rest-api/readme.md
./start_server.sh
.
./stop_server.sh
.