Code Monkey home page Code Monkey logo

dhbox's Introduction

DH Box

A toolbox for Digital Humanities.

###DH BOX Local Install Process Currently DH Box requires Ubuntu >= 14.04 and Python 2.7x

One line install:

wget -qO- https://raw.githubusercontent.com/DH-Box/dhbox/master/install_dhbox.sh | sudo sh
  1. Navigate to dhbox/
  2. Rename config.cfg.template to config.cfg and edit settings as desired
  3. Run sudo python manage.py build_database
  4. Run sudo python wsgi.py
  5. Navigate to site on http://localhost:80

####Or for a manual install:

  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. Rename config.cfg.template to config.cfg and edit settings as desired
  7. Run sudo manage start to download the DH Box seed, or navigate to dhbox/seed and run docker build -t thedhbox/seed:latest . if you want to build it yourself (takes 15 minutes or more).
  8. Run sudo manage build_database
  9. Run sudo 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

dhbox's People

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.