Skip to content
/ dhbox Public
forked from DH-Box/dhbox

A push-button Digital Humanities laboratory.

Notifications You must be signed in to change notification settings

dsiercks/dhbox

 
 

Repository files navigation

DH Box

A toolbox for Digital Humanities.

Wiki

###DH BOX Local Install Process

  1. Install Docker
  2. Install pip, Python package manager
  3. Clone git repo (git clone https://github.com/DH-Box/dhbox.git)
  4. Navigate to dhbox/
  5. Run pip install -r requirements.txt (preferably in a virtualenv)
  6. Navigate to dhbox/seed
  7. Run sudo docker build -t dhbox/seed:latest . (takes 15 minutes or more)
  8. Navigate to dhbox/
  9. Run python dhbox.py
  10. Navigate to site on http://localhost:5000

About

A push-button Digital Humanities laboratory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.5%
  • Python 31.0%
  • Shell 14.8%
  • CSS 6.7%