Код джерела Galette

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: це завжди останній стабільний випуск,

  • develop: версія розробки, яка може бути нестабільною.

Проекти

Repository

Galette ядро

https://github.com/galette/galette

Документація

https://github.com/galette/galettedoc

Автоматичний плагін

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

Статус на сервери

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

Fullcard плагін

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

Плагін PayPal

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

Плагін Objects Lend

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

Activities plugin

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

Сторонні бібліотеки

Сторонні залежності Galette не включені до репозиторію. Замість цього PHP-залежності обробляються за допомогою «Менеджера залежностей Composer».<https://getcomposer.org> `_ та JavaScript з `Node Package Manager (npm)<https://npmjs.com> `_ і `ковток<https://gulpjs.com/> `_.

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

$ cd galette.git
$ ./bin/install_deps