blob: 67839b3a155fe54c67e06b387a30479a015f50ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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 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.
|