soufianez75 / satis-admin

A web interface for Satis configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Satis Admin

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

About

A web interface for Satis configuration

License:MIT License


Languages

Language:JavaScript 63.7%Language:CSS 21.0%Language:PHP 11.4%Language:HTML 2.4%Language:Gherkin 0.9%Language:CoffeeScript 0.5%