Código-fonte do Galette¶
As fontes do Galette estão armazenadas em Git repositórios na Galette GitHub organization.
Todos os repositórios seguem o mesmo modelo de desenvolvimento, por isso encontrará duas branches em cada um :
master: esta é sempre a versão estável mais recente,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