Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 546 Bytes

File metadata and controls

37 lines (23 loc) · 546 Bytes

Welcome to Thorp

Thorp is a Simple Social Networking. We do not intend to compete with any other social network.

This is only a demo application.

Visit: link:http://thorp.startupseven.net

Install the development

Clone this code.

Install dependences:

bundle install --without test

Edit the config/database.yml and add you info the database.

create the database:

bundle exec rake db:create

Exec the migrations

bundle exec rake db:migrate

start you application

rails s