bazo / satis-gui
Satis GUI
Installs: 128
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 4
Forks: 3
Open Issues: 0
Type:project
Requires
- php: >= 5.4.0
- composer/satis: @dev
- kdyby/console: *
- nette/nette: 2.3.*
This package is not auto-updated.
Last update: 2024-11-05 07:21:18 UTC
README
Installation
composer create-project bazo/satis-gui:@dev
then run
cli app:install
create a user
cli user:create name password
login, add packages through gui
build packages.json
cli satis:build
or click the Build button or use webhooks
To customize the app create file app/config/config.local.neon
Parameters you might want to change:
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