Getting started
Table of contents
For development deployment, the use of Docker is recommended.
Clone repo
You can start your fantastic development with uvlhub by cloning our official repository.
git clone https://github.com/diverso-lab/uvlhub.git
cd uvlhub
Environment variables
To create an .env
file according to a basic template, run:
cp .env.docker.example .env
Deploy in develop
To deploy the software under development environment, run:
docker compose -f docker/docker-compose.dev.yml up -d
This will apply the migrations to the database and run the Flask application.
If everything worked correctly, you should see the deployed version of uvlhub in development at
http://localhost