dbot/modules/web
2013-08-24 13:56:45 +00:00
..
config.json it fucking works (web login that is) [#538] 2013-07-28 18:11:10 +00:00
README.md Update install.sh modules and update web docs [#464][#351] 2013-05-26 15:49:44 +00:00
strings.json it fucking works (web login that is) [#538] 2013-07-28 18:11:10 +00:00
web.js Create addIndexLink api func for web to link to index not based on module name. Correct titles for notifications + bans. Also hopefully fix the fineWebPerms access for PUs/Mods [close #565] 2013-08-24 13:56:45 +00:00

Web

Web interface

Description

Its a web interface for DBot. What of it?

Requirements

Express and Jade

npm install express jade

Twitter Bootstrap

cd depressionbot/public/
wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
unzip bootstrap.zip
rm bootstrap.zip

d3.js

cd depressionbot/public/
mkdir d3
cd d3
wget http://d3js.org/d3.v3.zip
unzip d3.v3.zip
rm d3.v3.zip