bazo/satis-gui

Satis GUI

Installs: 127

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 4

Forks: 3

Open Issues: 0

Type:project

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

This package is not auto-updated.

Last update: 2024-04-23 04:57:40 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