Saevon / webdnd

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.
MIT License
11 stars 3 forks source link

Web D&D (Web-App)


Installation Instructions

  1. Clone the repositories

    git clone WEBDND(https://github.com/dblotsky/webdnd)
    cd webdnd && git clone SYNCRAE(https://github.com/BlastofWind/syncrae)
  2. (OPTIONAL) Create a virtualenv

    virtualenv ../webdnd-env
    source ../webdnd-env/bin/activate
  3. Update python packages

    pip install -r shared/config/requirements.txt
  4. Create the local settings file.

    python manage.py localize
    vim local_settings.py
    • This will create the file from a template
    • Change this file to reflect personal customizations
  5. Install http://nodejs.org/

  6. Install NPM (which might come with node.js)

  7. Setup the precompile scripts

    npm install handlebars -g
    npm install less -g