Installation Docker and its dependencies:
Quick start:
-
Enter project folder.
cd delight # (you should get to the same level with Dockerfile)
-
Run server.
sudo docker-compose up -d --build
Note:
To show running containers run following:sudo docker ps
To stop running containers run following:
sudo docker-compose stop
Run tests:
-
Install
make
.sudo apt-get install build-essential
-
Run tests.
sudo make test