Before you can start the application, you need to add your LXC certificates. More information on generate-lxc-certificates.md
Run the following commands in your terminal prompt.
# Clone the repository locally
git clone [email protected]:Roche/lxdhub.git lxdhub
cd lxdhub
mv lxdhub.yml.template lxdhub.yml
# Edit the configuration template
vi lxdhub.yml
# Build the containers
docker-compose build
# Run the containers (api, dbsync and db)
docker-compose up
# Open localhost:3000/api/v1/doc