Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 881 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 881 Bytes

Media Manager Server

This Yii2 simple application can be used to provide data to Media Manager Client.

Demo

https://www.iutbayonne.univ-pau.fr/~klevron/mm/

Requirements

  • A Web Server with PHP >= 5.4.0
  • Composer

Install

git clone https://github.com/iutbay/mm-server
cd mm-server
composer install

Composer will install :

You should then configure your web server : it should access to the web folder.

Config

TODO