Steps for setuping project:
- Install "bundler" gem using next command "gem install bundler"
- Install all gems using next command "bundle"
- Install and start Redis using next tutorial http://redis.io/download (as addition you can specify path to Redis in "~/.profile" file)
- Create db, run migrations and seed DB using next command "rake db:create && rake db:migrate && rake db:seed"
- To start server run next command "foreman start"
- Open next page in Chrome browser http://test.localhost:3000/