Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 697 Bytes

Lepus API on Docker

Dockerized Lepus Score Server

Requirements

Docker + Docker Compose

Linux

Mac

Use Docker Toolbox

Quick Start

  • git clone https://github.com/lepus-ctf/lepus-api-docker.git
  • cd lepus-api-docker
  • docker-compose up or docker-compose -d up for daemonize.
  • Open http://hostname:8000/api/ for testing.

for The First Time Only

  • docker-compose run api python manage.py migrate to create tables.
  • docker-compose run api python manage.py createsuperuser to create superuser.