Galette source code

Galette sources are stored in Git repositories on Galette GitHub organization.

All repositories follow the same development model, therefore you will find two branches in each:

  • master: this is always the latest stable release,

  • develop: the development version, which may be unstable.

Project

Repository

Galette core

https://github.com/galette/galette

Documentation

https://github.com/galette/galettedoc

Auto plugin

https://github.com/galette/plugin-auto

Events plugin

https://github.com/galette/plugin-events

Fullcard plugin

https://github.com/galette/plugin-fullcard

PayPal plugin

https://github.com/galette/plugin-paypal

Objects lend plugin

https://github.com/galette/plugin-objectslend

Activities plugin

https://github.com/galette/plugin-activities

Third-party libraries

Galette’s third-party dependencies are not included in the repository. Instead, PHP dependencies are handled with Composer dependency manager and JavaScript ones with Node Package Manager (npm) and gulp.

In order to install all third party dependencies, just go to the Galette source directory and run:

$ cd galette.git
$ ./bin/install_deps