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 |
|
Documentation |
|
Auto plugin |
|
Events plugin |
|
Fullcard plugin |
|
PayPal plugin |
|
Objects lend plugin |
|
Activities plugin |
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