Is this Nethserver module helpful to you?
Please consider donating to the author

Thank you kindly!

2019/03/04 11:32 · HF

Ampache

Stephane de Labrusse stephdl@de-labrusse.fr

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.

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

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

go to http://YOUR_IP/ampache and finish the Installation.

After the Installation you can customise your ampache by the file /usr/share/ampache/config/ampache.cfg.php

Please read the documentation

Please raise Issues on github

  • ampache.txt
  • Last modified: 2019/03/04 11:45
  • by HF