yohang/satis-admin

A simple web-based interface for Satis repositories

Installs: 406

Dependents: 0

Suggesters: 0

Security: 0

Stars: 64

Watchers: 5

Forks: 8

Open Issues: 5

Language:JavaScript

1.0.1 2013-07-12 10:06 UTC

This package is auto-updated.

Last update: 2024-04-21 19:30:44 UTC


README

Build Status

Satis Admin is a web-based version of Satis, the composer package repository generator.

It allows you to build the satis configuration json file, and to run the satis build task via web interface.

Screenshots

Dashboard Edit

Requirements

This project is based on Silex and PHP5.4+

Installation

 $ curl -sS https://getcomposer.org/installer | php
 $ php composer.phar create-project yohang/satis-admin
 $ php bin/console user:add username password

Run test suite

 $ php composer.phar install --dev
 $ php -Slocalhost:8000 -tweb
 $ ./bin/behat