aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 19:31:35 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 19:31:35 +0200
commitb1c24228e9921ede0af62dbf0267df1f04bed3cb (patch)
tree125ba98d3aa3fe9d3f52d4613ccd1f016023d9eb
parentb1261651b3b019df1f8fd75aa5c008d89cfd6e74 (diff)
downloadmumble.replicant.us-b1c24228e9921ede0af62dbf0267df1f04bed3cb.tar.gz
mumble.replicant.us-b1c24228e9921ede0af62dbf0267df1f04bed3cb.tar.bz2
mumble.replicant.us-b1c24228e9921ede0af62dbf0267df1f04bed3cb.zip
Add index.html file
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--Makefile.am5
-rw-r--r--README2
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f94645..6b57ce1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,9 @@
# along with this file. If not, see <http://www.gnu.org/licenses/>.
SENTINEL =
+htmldir = $(localstatedir)/www/mumble.replicant.us
+html_DATA = var/www/mumble.replicant.us/index.html
+
mumbleconfigdir = $(sysconfdir)
mumbleconfig_DATA = etc/mumble-server.ini
@@ -26,3 +29,5 @@ EXTRA_DIST = \
$(mumbleconfig_DATA) \
$(sitesavailable_DATA) \
$(SENTINEL)
+
+dist_pkgdata_DATA = $(HTML_DATA)
diff --git a/README b/README
index a48815b..67839b3 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ 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
+$ ./configure --prefix=
$ sudo make install DESTDIR=
$ sudo a2ensite mumble.replicant.us-init
$ sudo systemctl apache2 reload