Skip to content

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.

  1. Install docker NB! Docker version needs to be at least 18.03 to support multistage builds

  2. Then install docker-compose.

  3. Clone the github repository locally, then change your active directory to the directory of the cloned repository.

  4. Follow the DB guide to configure development database

  5. Then make changes according to the ethereal guide

  6. In the project root run chmod +x ./scripts/init.sh

  7. 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.

Clone this wiki locally