Giter Club home page Giter Club logo

satisdynamique's Introduction

SatisDynamique

In hury dev Build Status

SatisDynamique is a very light front-end for Satis. Satis is a "Simple static Composer repository generator."

SatisDynamique allow you to add some UI for configuring repositories and packages. With SatisDynamique, any of your coworkers can add or manage Satis repository.

For now, SatisDynamique do :

  • Add/Change/Remove package
  • Add/Change/Remove repository
  • Console utilities for update Satis and build a repository

Install

SatisDynamique need nodejs, npm, node-less, for developpement. Here is my install script (it will be better in the future)

sudo aptitude install nodejs npm node-less
sudo chown -R USER /usr/local/
npm install -g bower
sudo ln -s /usr/bin/nodejs /usr/bin/node
git clone [email protected]:waldo2188/SatisDynamique.git
cd SatisDynamique
curl -sS https://getcomposer.org/installer | php
php composer.phar install
sudo setfacl -R -m u:www-data:rwX -m u:`whoami`:rwX ./
sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx ./

Configuration

Remane config.dist.php to config.php.

  • base_path: the root folder where the application is deployed
  • base_url: the base url where the application is called
  • cache_path: the path to the cache folder
  • temp_path: the path to the temp folder
  • satis_package_conf_path: the path to the composer.json file who will be used by Satis for generating repository
  • satis_base_path: the path to the Satis instalation folder
  • satis_build_path: the path for Satis's build repository
  • satis_html_path: the path for the html generated by Satis when he make a build
  • server_proxy_ip: if you use a proxy server, you need to set the ip
  • server_proxy_request_fulluri: another configuration for proxy server

Testing

Run this command for launching the test suite ./vendor/bin/phpunit -c phpunit.xml.dist

satisdynamique's People

Contributors

waldo2188 avatar

Watchers

James Cloos avatar  avatar

Forkers

blackalisc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.