Bark is the first social network which doesn't sell his members informations.
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
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 runs here : http://rails.alexandre-ferraille.fr