Skip to content
/ webdnd Public

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.

License

Notifications You must be signed in to change notification settings

Saevon/webdnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web D&D (Web-App)

  • Created by Dmitry Blotsky and Serghei Filippov on January 9th, 2011

Installation Instructions

  1. Clone the repositories
git clone WEBDND(https://github.com/dblotsky/webdnd)
cd webdnd && git clone SYNCRAE(https://github.com/BlastofWind/syncrae)
  1. (OPTIONAL) Create a virtualenv
virtualenv ../webdnd-env
source ../webdnd-env/bin/activate
  1. Update python packages
pip install -r shared/config/requirements.txt
  1. 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
  1. Install http://nodejs.org/
  2. Install NPM (which might come with node.js)
  3. Setup the precompile scripts
npm install handlebars -g
npm install less -g

About

An application to automate basic aspects of Dungeons & Dragons. Also a library of various D&D things.

Resources

License

Stars

Watchers

Forks

Packages

No packages published