savvasal / sociopub

http://sociopub.herokuapp.com/
1 stars 1 forks source link

Installation

  $ git clone https://github.com/Savinos90/sociopub  
  $ cd sociopub
  $ bundle install --without production
  $ bundle update
  $ bundle install
  $ bundle exec rake db:migrate
  $ rails s

Visit the root url http://localhost:3000/

== README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

Please feel free to use a different markup language if you do not plan to run rake doc:app.