Skip to content

Broworkers/railspg

Repository files navigation

RailsPG

Do you like Rails? Do you like tabletop RPG? Now you can have both!

Installation

Install ruby-1.9.3-p194.

Get the code:

git clone git@github.com:current/railspg.git

Install the libraries:

cd railspg
bundle

You can create extra users using the console:

rails c
User.create(email: 'funny@example.com')

Starting

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