pboiseau / Twithetic

An amazing social network !

Home Page:http://rails.alexandre-ferraille.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An amazing social network !

http://rails.alexandre-ferraille.fr


Languages

Language:Ruby 56.8%Language:HTML 26.4%Language:CSS 15.0%Language:JavaScript 1.7%