Skip to content

erichilarysmithsr/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/master/install_dhbox.sh | sudo sh

Edit settings as desired in config.cfg and run with python wsgi.py.

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. Run manage start to download the DH Box seed, or navigate to dhbox/seed and run sudo docker build -t thedhbox/seed:latest . if you want to build it yourself (takes 15 minutes or more).
  7. Edit settings as desired in config.cfg
  8. Run manage build_database
  9. Run python wsgi.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.1%
  • HTML 20.4%
  • Python 9.0%
  • Shell 4.7%
  • JavaScript 1.6%
  • PHP 1.2%