Skip to content

messagedj/CrowdFunding

 
 

Repository files navigation

Crowdfunding Platform for Joomla!

( Version 2.6.5 )

Crowdfunding is a platform that provides functionality for creating collective funding websites, powered by Joomla! CMS.

Documentation

You can find documentation on following pages.

Documentation and FAQ

Upgrade Instructions

Quick start guide

Developers Guide

API documentation

Download

You can download Crowdfunding package and all payment plugins from the website of ITPrism.

You can also download it preconfigured from the distribution repository

License

Crowdfunding Platform is under GPLv3 license.

About the code in this repository

This repository contains code that you should use to create a package. You will be able to install that package via Joomla extension manager.

How to create a package?

  • 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

Contribute

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.

About

Crowdfunding is Joomla extension you can use to create and manage crowdfunding website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.8%
  • JavaScript 3.6%
  • CSS 0.6%