Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 458 Bytes

metadb

Installation

Docker

Setup:

Build the docker containers:

docker-compose build

Start all containers:

docker-compose up

Once the containers are up, you can initialise the database:

docker-compose run --rm web python manage.py init_db
docker-compose run --rm web python manage.py fixtures

To make a web token to submit/retrieve using the webservice

docker-compose run --rm web python manage.py addtoken --admin