Welcome to the first open source fundraising toolkit for civic projects. Neighbor.ly Donate began in February 2012 as a fork of the wildly successful Brazillian crowdfunding platform Catarse. Working closely with the developers of that project, Neighbor.ly is building towards a full spectrum fundraising toolkit for civic projects.
This is the source code repository running donate.neighbor.ly. We've decided to open source the code for our platform in the hopes that communities will find it useful as they embrace new funding sources for projects once covered by taxes and bonds.
Communities are always welcome and encouraged to list their projects on Neighbor.ly Donate. This codebase is intended for communities who would rather own and operate their own platforms. We also offer consultancy in setting the platform up as a "white label" extension to your exisitng website, and offer a variety of paid licensed versions built specifically for your needs (often easier and almost always cheaper than implementing this yourself). If you are interested in ways we can help you make the most of civic fundraising please contact us.
This software was originally created as Catarse, Brazil's first crowdfunding platform. It was first made in Portuguese then later English support added by Daniel Walmsley. Neighbor.ly focused on making all aspects of the interface in US English. There are still some patches of both languages throughout the software, but overall there is good infrastructure in place to internationalize to the language of your choice.
We hope to offer many languages in the future. So if you decide to implement Neighbor.ly in your own language, please let us know so we can include your language here.
Neighbor.ly supports payment gateways through payment engines. Payment engines are extensions to Neighbor.ly that implement a specific payment gateway logic. The two current supported payment gateways are:
- Balanced Credit Card
- Balanced Bank Account (ACH)
If you have created another payment engine, please contact us so we can link your engine here.
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-donate.git
$ cd neighborly-donate
$ ./bin/bootstrap
$ foreman start
You are now running Neighborly 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