/VPR

Vagrant Private Repository app.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

VPR

This is Vagrant Private Repository app.

It's still under development.

How to Run It

  1. Create a virtualenv and activate it.
python3 -m venv venv

source venv/bin/activate
  1. Install the requirements.
pip3 install --upgrade -r requirements.txt
  1. Apply the database migrations.
python manage.py migrate
  1. Run the app.
python3 manage.py runserver