( Version 2.6.5 )
Crowdfunding is a platform that provides functionality for creating collective funding websites, powered by Joomla! CMS.
You can find documentation on following pages.
You can download Crowdfunding package and all payment plugins from the website of ITPrism.
You can also download it preconfigured from the distribution repository
Crowdfunding Platform is under GPLv3 license.
This repository contains code that you should use to create a package. You will be able to install that package via Joomla extension manager.
- You should install ANT on your PC.
- Download or clone Crowdfunding Platform distribution.
- Download or clone the code from this repository.
- Rename the file build/example.txt to build/antconfig.txt.
- Edit the file build/antconfig.txt. Enter name and version of your package. Enter the path to the folder of Crowdfunding Platform distribution. Enter the path to the folder where the source code of the package will be stored (the folder where you have saved this repository).
- Save the file build/antconfig.txt.
- Open a console and go in folder build.
- Type
ant
and click enter. The system will copy all files from distribution to the folder where you are going to build an installable package.
ant
If you would like to contribute to the project you should use Crowdfunding Platform distribution. That repository provides Joomla CMS and Crowdfunding Platform - installed and configured for development. You can clone it on your PC and install it on your localhost. You should use it as development environment. You should use it to create branches, to add new features, to fix issues and to send pull request.