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=/usr --sysconfdir=/etc $ sudo make install DESTDIR=/ $ sudo a2ensite mumble.replicant.us-init $ sudo systemctl apache2 reload $ sudo certbot certonly -d mumble.replicant.us --webroot $ sudo a2dissite mumble.replicant.us-init $ sudo a2ensite mumble.replicant.us $ 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.