=====================
// TODO
https://gist.github.com/Rylius/8056313
Place in data/decks.
See http://cardsagainstequestria.com/info/license
Push to the development branch (create if it doesn't exist). Larger features can have their own branch as well and
should be merged to development once they're done. development is merged into master for releases.
See open issues for stuff to do.
Anyone want to write some tests?
I don't really recommend it.
- node.js
- Postgres (9?) database
sudo npm install -g grunt-cli
- Clone this repository (master is latest release)
- Run all .sql files in
res/databaseandres/database/migrationson your database npm installgrunt- Copy
config.default.jsontoconfig.jsonand adjust as needed - Copy
.logule.default.jsonto.logule.jsonand adjust as needed - Edit
views/info/contact.hbs(especially the 'Site Administrator' section)
node app.js(alternatively use a supervisor like https://github.com/nodejitsu/forever)- Optionally set up Apache/nginx proxy
- Log in
- Register your nick
INSERT INTO user_permissions VALUES (1, 1);- Log out, log in again
- You're now an admin!