The platform is moving to the bond market, selling municipal bonds.
From now on, you have two options:
- Join us on the Bond MVP milestone and discover what are being planned and make them happen.
- Head to neighborly/crowdfunding for the crowdfunding platform. Related issues and pull request should be kept there.
Please see the CONTRIBUTING file for information on contributing to Neighbor.ly's development.
Make sure you follow our style guide.
To get everything working, you'll need to have these dependencies installed in your system:
- ImageMagick >= 6.3.5
- Qt (to compile capybara webkit)
- PostgreSQL >= 9.3 (with postgresql-contrib)
- Redis >= 2.4
- Ruby 2.1.1
Then, you can run the following commands:
$ git clone https://github.com/neighborly/neighborly.git
$ cd neighborly
$ ./bin/bootstrap
$ foreman start
You are now running Neighbor.ly on http://localhost:3000 with sample configuration. If you plan to use it more than just get it running, you should change configuration (check db/seeds.rb
for examples) and maybe run development seeds:
$ rails runner db/development_seeds.rb
Originally forked from Catarse. Adapted by devton, josemarluedke, irio, and luminopolis. Made possible by support from hundreds of code contributors, financial support from Knight Foundation and Sunlight Foundation, plus lots of love & bbq sauce in downtown Kansas City, Missouri.
Copyright (c) 2012 - 2014 Neighbor.ly. Licensed as free and open source under the MIT License