Skip to content

camsong/gistflow

 
 

Repository files navigation

Gistflow - social learning. Build Status

Micro-blog platform for developers inspired by Github:Gist and Twitter.

Contributing

You are always welcome to contribute or create issue. Checkout issues page.

Setup

  • git clone
  • bundle
  • cp config/database.yml.example config/database.yml
  • configure your database.yml file
  • be sure you have postgres and redis installed and launched
  • rake db:setup
  • download and run ElasticSearch

Github Authorization on your local machine

You should run app at http://gistflow.dev/ on the :80 port to speak with GitHub omniauth freely. Pow and Powder will help you much with it.

curl get.pow.cx | sh
gem install powder
powder link

Testing

Every new feature comes with bunch of rspec and capybara tests. Be sure to write all necessary tests and launch rspec . to check all of them passed.

Contributors

License

The source code for Gistflow is available under the Creative Commons Attribution-NonCommercial 3.0 Unported License

Releases

No releases published

Packages

No packages published