aboutsummaryrefslogtreecommitdiffstats
Introduction
============

This project hosts the mumble.replicant.us configuration.

Deployment
==========
This project is meant to be deployed on Trisquel 11.

Here's an example of how to deploy it:
$ ./autogen.sh
$ ./configure --prefix=
$ sudo make install DESTDIR=
$ sudo a2ensite mumble.replicant.us-init
$ sudo systemctl reload apache2
$ sudo certbot certonly -d mumble.replicant.us --webroot
$ sudo a2dissite mumble.replicant.us-init
$ sudo a2ensite mumble.replicant.us
$ sudo systemctl reload apache2
$ sudo apt install mumble-server
$ sudo dpkg-reconfigure mumble-server

License
=======
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.