-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crowdfunding Lend script with Readme committed
- Loading branch information
Showing
2,602 changed files
with
590,918 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# In local: in httpd/conf/projects/dev1base.conf : | ||
# alias /dev1base F:/projects/dev1base/trunk/..../webroot/ | ||
|
||
###################################### | ||
# Root .htaccess | ||
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ : | ||
# In the root above /app (say, public_html) | ||
# --> | ||
# Options +FollowSymLinks # needed for some hosts, especially GoDaddy | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
# <-- | ||
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ : | ||
# In the root above /app (say, public_html/dev1base/) | ||
# --> | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /dev1base/app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
|
||
######################################## | ||
# This .htaccess | ||
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ : | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ : | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /dev1base/app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
|
||
<IfModule mod_rewrite.c> | ||
RewriteEngine on | ||
RewriteBase /app/ | ||
RewriteRule ^$ webroot/ [L] | ||
RewriteRule (.*) webroot/$1 [L] | ||
</IfModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,118 @@ | ||
# crowdfunding-lend | ||
# Crowdfunding Lend | ||
|
||
Crowdfunding Lend, part of Crowdfunding Suite (Pledge, Donate, Equity, Lend) is an open source p2p lending based fundraising script - An alternative source of financing. It is written in CakePHP with MySQL. | ||
|
||
> This project is part of Agriya Open Source efforts. Crowdfunding was originally a paid script and was selling around 80000 Euros. It is now released under dual license ([OSL 3.0](https://www.agriya.com/resources) & [Commercial](https://www.agriya.com/products/p2p-lending-and-borrowing-script) for open source community benefits. | ||
[![benner_lend](https://user-images.githubusercontent.com/4700341/51892613-7ed79600-23c8-11e9-82ab-cea35d8952b2.png)](https://www.agriya.com/products/p2p-lending-and-borrowing-script) | ||
|
||
## Demo / Download | ||
|
||
https://www.agriya.com/products/p2p-lending-and-borrowing-script | ||
|
||
Demo URL: http://crowdfunding-lend.demo.agriya.com/ | ||
|
||
### User details | ||
|
||
Username: user | ||
|
||
Password: agriya | ||
|
||
### Admin User details | ||
|
||
Username: admin | ||
|
||
Password: agriya | ||
|
||
Need help for server installation / product customization, please [contact us](https://www.agriya.com/contact). | ||
|
||
## Support | ||
|
||
Crowdfunding Lend is an open source peer-to-peer lending fundraising business financing project. Full commercial support (commercial license, customization, training, etc) are available through [crowdfunding platform support](https://www.agriya.com/products/p2p-lending-and-borrowing-script) | ||
|
||
Theming partner [CSSilize for design and HTML conversions](http://cssilize.com/) | ||
|
||
## Crowdfunding Suite | ||
|
||
Agriya Crowdfunding Suite is a complete fundraising marketplace platform that caters to Pledge, Donate, Equity, Lend business models. Any website can be built in combination of these modules, say with Pledge and Donate, or with all, etc. | ||
|
||
* [Crowdfunding Pledge](https://github.com/agriya/crowdfunding-pledge) - Pledge marketplaces like or clone of kickstarter etc. | ||
* [Crowdfunding Donate](https://github.com/agriya/crowdfunding-donate) - Donate platform for receiving and giving donations. | ||
* [Crowdfunding Equity](https://github.com/agriya/crowdfunding-equity) - Equity based Fundraising business platform. | ||
* [Crowdfunding Lend](https://github.com/agriya/crowdfunding-lend) - Lend for p2p lending based fundraising website. | ||
|
||
|
||
## How it works | ||
|
||
[crowdfunding lend](https://www.agriya.com/products/p2p-lending-and-borrowing-script) Lending and borrowing script makes a perfect online platform for connecting lenders and borrowers. | ||
|
||
[![lend_how_its_work](https://user-images.githubusercontent.com/4700341/51892618-826b1d00-23c8-11e9-8ba5-b5ec2f0c82b3.png)](https://www.agriya.com/products/p2p-lending-and-borrowing-script) | ||
|
||
## Features | ||
|
||
### Idea’s Mechanism | ||
|
||
It’s a mechanism that allows users to place their idea in this platform to identify its viability and feasibility. | ||
|
||
### Insights | ||
|
||
Enable this insights module to get a clear picture about the working performance of your lending fundraising business. | ||
|
||
### Pre-launch mode | ||
|
||
Create a buzz about website launch from target audience by collecting email ids and notify prior to the site launch. | ||
|
||
### Integrated Google analytics | ||
|
||
Keep track of your website performance and improve its reach to greater extend in the international market. | ||
|
||
### Affiliates | ||
|
||
It allows users and third-party organizations to promote your links in various digital platforms quickly. | ||
|
||
### Advertisement banners | ||
|
||
Gain money by allowing other organizations to post their promotional ads in your lend crowdfunding business. | ||
|
||
### Wallet | ||
|
||
It allows users to add, spend and make payment in your lend fundraising website easily. | ||
|
||
### Multi-language translations | ||
|
||
It allows your users to easily translate the site content in any language. | ||
|
||
### Tri membership signup | ||
|
||
It allows user to register themselves as investor, affiliate member, and project holder to your website. | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
#### For deployment | ||
|
||
* MySQL | ||
* PHP >= 5.6 with OpenSSL, PDO, Mbstring and cURL extensions | ||
* Nginx or Apache (preferred) | ||
|
||
### Setup | ||
|
||
* Needs writable permission for `/tmp/` , `/media/` and `/webroot/` folders found within project path | ||
* Database schema 'app/Config/Schema/sql/crowdfunding_with_empty_data.sql' | ||
|
||
### Contributing | ||
|
||
Our approach is similar to Magento. If anything is not clear, please [contact us](https://www.agriya.com/contact). | ||
|
||
All Submissions you make to crowdfunding-lend through GitHub are subject to the following terms and conditions: | ||
|
||
* You grant Agriya a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publicly perform, sublicense and distribute any feedback, ideas, code, or other information ("Submission") you submit through GitHub. | ||
* Your Submission is an original work of authorship and you are the owner or are legally entitled to grant the license stated above. | ||
|
||
|
||
### License | ||
|
||
Copyright (c) 2014-2018 [Agriya](https://www.agriya.com/). | ||
|
||
Dual License (OSL 3.0 & [Commercial License](https://www.agriya.com/contact)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# In local: in httpd/conf/projects/dev1base.conf : | ||
# alias /dev1base F:/projects/dev1base/trunk/..../webroot/ | ||
|
||
###################################### | ||
# Root .htaccess | ||
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ : | ||
# In the root above /app (say, public_html) | ||
# --> | ||
# Options +FollowSymLinks # needed for some hosts, especially GoDaddy | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
# <-- | ||
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ : | ||
# In the root above /app (say, public_html/dev1base/) | ||
# --> | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /dev1base/app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
|
||
######################################## | ||
# This .htaccess | ||
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ : | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ : | ||
#<IfModule mod_rewrite.c> | ||
# RewriteEngine on | ||
# RewriteBase /dev1base/app/ | ||
# RewriteRule ^$ webroot/ [L] | ||
# RewriteRule (.*) webroot/$1 [L] | ||
# </IfModule> | ||
|
||
<IfModule mod_rewrite.c> | ||
RewriteEngine on | ||
RewriteBase /app/ | ||
RewriteRule ^$ webroot/ [L] | ||
RewriteRule (.*) webroot/$1 [L] | ||
</IfModule> |
Oops, something went wrong.