!) Install Ruby (ruby 2.0.0p598)
-
install Redis
-
Clone App
-
brew install bundle #Mac User
-
Go indside Repo
-
bundle install
-
rub rake db:create
-
run rake db:migrate
-
rails s #to start server
-
sidekiq to_start sidekiq
-
redis-server to_start redis
-
hit localhost:3000
Wooooo. It's Working. Enjoy :)