bazo/satis-gui

Satis GUI

Maintainers

Package info

github.com/bazo/satis-gui

Type:project

pkg:composer/bazo/satis-gui

Statistics

Installs: 128

Dependents: 0

Suggesters: 0

Stars: 13

Open Issues: 0

dev-master 2014-11-07 09:40 UTC

This package is not auto-updated.

Last update: 2026-03-10 14:06:04 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