dev-master
9999999-devSatis GUI
MIT
The Requires
- composer/satis @dev
- php >= 5.4.0
- nette/nette 2.3.*
- kdyby/console *
by Martin Bažík
Satis GUI
Installation, (*1)
composer create-project bazo/satis-gui:@dev
then run, (*2)
cli app:install
create a user, (*3)
cli user:create name password
login, add packages through gui, (*4)
build packages.json, (*5)
cli satis:build
or click the Build button or use webhooks, (*6)
To customize the app create file app/config/config.local.neon, (*7)
Parameters you might want to change:, (*8)
parameters: satis: name: A Composer Repository require-all: true webhook: password: webhookpassword
Any other options for satis are suported too, just the provide the right structure under the satis key, (*9)
Satis GUI
MIT