-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Laila Melkas edited this page Dec 13, 2018
·
5 revisions
This page will tell you what you need in order to succesfully install and run the recruitment-tool.
-
Install docker NB! Docker version needs to be at least 18.03 to support multistage builds
-
Then install docker-compose.
-
Clone the github repository locally, then change your active directory to the directory of the cloned repository.
-
Follow the DB guide to configure development database
-
Then make changes according to the ethereal guide
-
In the project root run
chmod +x ./scripts/init.sh
-
Finally, to build the project to run on localhost run
./scripts/init.sh
in the project root
The application is now up and running in localhost.