commit df3a8063ab779a2ee9dbbfa99709fdd7412347e9 from: Stefan Sperling date: Mon Feb 17 23:35:00 2020 UTC document gotweb install process commit - b2c82ae21b340f042c71c9174e9c7093a5bbcbe3 commit + df3a8063ab779a2ee9dbbfa99709fdd7412347e9 blob - d52174f0bef8a0074897eb3928a8cd3865135597 blob + f1d62774f9b2c683a3b9fa7078084bd8fac3a2da --- install.html +++ install.html @@ -57,3 +57,21 @@ variable should be set:
 export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd.org>'
 
+ +

+The repository web frontend gotweb should likewise be +installed from packages: + +

+pkg_add gotweb
+
+ +Alternatively the -web subpackage of the port can be built: +
+cd /usr/ports/devel/got
+env SUBPACKAGE=-web make
+env SUBPACKAGE=-web doas make install
+
+ +Setup instructions are provided in the +gotweb manual page.