Do you like Rails? Do you like tabletop RPG? Now you can have both!
Install ruby-1.9.3-p194.
Get the code:
git clone [email protected]:current/railspg.git
Install the libraries:
cd railspg
bundle
You can create extra users using the console:
rails c
User.create(email: '[email protected]')
Start Mongo:
mkdir -p tmp/mongo
mongod --dbpath tmp/mongo
Start Rails application server:
rails s
Gather some friends and have fun:
open http://localhost:3000