From 3f82cf1e2cab3dbd0cd1282ed7e3e1afccf0f1fe Mon Sep 17 00:00:00 2001 From: User Identifier Date: Mon, 19 Oct 2020 22:29:31 +0200 Subject: [PATCH] Update production path --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 66c6f16..7680ebd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX?= /iocage/jails/moinmoin/root/var/moinmoin +PREFIX?= /var/www/moinwiki UID?= 165 GID?= 165 diff --git a/README.md b/README.md index a6b60bd..feb2e0d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Replace `/tmp/moin` with the path you have installed MoinMoin in. Eventually run the following command as command as root. - PREFIX=/tmp/moin/wiki TEST=yes bmake install + PREFIX=/tmp/moin/wiki TEST=yes make install To enable the theme in the settings run the followin command.