Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Table of Contents Ampache Maintainer Description Installation NS7 create the database Web Installer Usage Issues Sources Is this Nethserver module helpful to you? Please consider donating to the author Thank you kindly! 2019/03/04 11:32 · HF Ampache Maintainer Stephane de Labrusse stephdl@de-labrusse.fr Description Ampache on centos7/el7. Not yet a contrib but you have a nice web Installer, it is only needed to create manually a mysql database or by phpMyadmin. Installation NS7 First you need to install my repository, see how to do it Then you can install the module yum install ampache nethserver-mysql nethserver-httpd create the database in your terminal do : change 'password' by a real strong password :) mysql create database ampache; grant all privileges on ampache.* to ampache@localhost identified by 'password'; flush privileges; exit Web Installer go to http://YOUR_IP/ampache and finish the Installation. Usage After the Installation you can customise your ampache by the file /usr/share/ampache/config/ampache.cfg.php Please read the documentation Issues Please raise Issues on github Sources source are available https://github.com/stephdl/ampache module stephdl ampache.txt Last modified: 2019/03/04 11:45by HF