Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 507 Bytes

README.MD

File metadata and controls

31 lines (19 loc) · 507 Bytes

Running the code

Within the project directory, build the image and start a new container from the image:

docker build -t quorum .

docker run --name quorum -p 8000:8000 -d quorum

or start an existing stopped container:

docker start quorum

http://localhost:8000

The sample data was already loaded. If needed:

docker exec -it quorum python manage.py load_samples

There is also and admin user created:

  • user = admin
  • password = quorum.us

http://localhost:8000/admin