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

smythp/dhbox

 
 

Repository files navigation

DH Box

A toolbox for Digital Humanities.

Wiki

###DH BOX Local Install Process Currently DH Box requires a linux that has apt-get.

One line install:

wget -qO- https://raw.githubusercontent.com/DH-Box/dhbox/develop/install_dhbox.sh | sudo sh

or:

  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 thedhbox/seed:latest . (takes 15 minutes or more)
  8. Navigate to dhbox/
  9. Run python dhbox.py
  10. Navigate to site on http://localhost:80

###If you are developing for DH Box, there are a few more steps:

  1. Install Node and Node Package Manager: apt-get install nodejs npm
  2. Install Gulp and Bower: npm install gulp bower
  3. Changes to the site go into the /src directory. Propagate changes with gulp build

About

A push-button Digital Humanities laboratory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.0%
  • HTML 26.5%
  • Python 6.3%
  • Shell 3.0%
  • JavaScript 1.2%