Ruby-Tuesday is a light weight plaform for rubyist organize the Ruby-Tuesday party. It is in developing.
- You need to install Ruby1.9.2+ and bundler first.
- Install and start MongoDB.
If you are using RVM, run cp .rvmrc.example .rvmrc
.
cp config/mongoid.yml.default config/mongoid.yml
cp config/config.yml.default config/config.yml
and run bundle install
Done. Run rails s
, open your browser and visit http://localhost:3000