Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 793 Bytes

install-from-source.md

File metadata and controls

35 lines (23 loc) · 793 Bytes

Installation

Prerequisites

Generate LXC Certificate

Before you can start the application, you need to add your LXC certificates. More information on generate-lxc-certificates.md

Install

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