Код джерела 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 ядро |
|
Документація |
|
Автоматичний плагін |
|
Статус на сервери |
|
Fullcard плагін |
|
Плагін PayPal |
|
Плагін Objects Lend |
|
Activities plugin |
Сторонні бібліотеки¶
Сторонні залежності 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