Skip to content

3. Installation Instructions for Standalone Server

sduckett edited this page Sep 26, 2012 · 3 revisions

The best way to get going with Tr8n is to run the gem as a stand-alone application and follow the instructions and documentation in the app:

$ git clone git://github.com/berk/tr8n.git
$ cd tr8n/sample/tr8n_server
$ bundle install
$ rake db:migrate
$ rake tr8n:init
$ rails s

Open your browser and point to:

http://localhost:3000