Skip to content

alexandre025/Twithetic

Repository files navigation

Bark - An Amazing Social Network

Build Status

About

Bark is the first social network which doesn't sell his members informations.

How to instal

First, clone the project

git clone https://github.com/alexandre025/Twithetic.git

The project use many environments variable in config/secrets.yml and config/database.yml You has to defined them when you launch the server or use Figaro wich is included with the project.

Next, create the database and run the migrations or load the schema

rake db:create
rake db:schema:load

Run the server in production mode

Never forget to precompile the assets :

rake assets:precompile

We use passenger in production mode, you can redefined it in the Gemfile. Please refer to passenger documentation for more informations.

Demo

Demo runs here : http://rails.alexandre-ferraille.fr