Skip to content

djplaner/dockerizing-ontask_b

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker version of OnTask

Current status: Basically a non-working skeleton.

This project aims to create a version of OnTask (in particular the python version that runs as a Docker container/compose.

Based on this repo that scaffolds the "dockerising" of Django app development.

OS X Instructions

  1. Build images - docker-compose build
  2. Start services - docker-compose up -d
  3. ??configure??
  • docker-compose run web /usr/local/bin/python manage.py migrate
  1. Grab IP - docker-machine ip dev - and view in your browser
  2. Navigate browser to host 0.0.0.0
  3. Use OnTask
  4. docker-compose down

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • HTML 28.8%
  • JavaScript 5.1%
  • SQLPL 1.3%
  • CSS 1.1%
  • Batchfile 0.1%
  • Makefile 0.1%