commit 5922040a19aaa9cc907d15f00b620d67901d9ec7 from: Stefan Sperling date: Tue Jan 17 13:17:02 2023 UTC remove gotweb installation instructions commit - b352efd0369bb18f57f9a75a61eddc4633b1edcf commit + 5922040a19aaa9cc907d15f00b620d67901d9ec7 blob - d08a324f3d5005a5a63dabb2fe6ff83168ca6919 blob + 8ad8c87ccd592dcb756b4fb6453b1d3cc9fbede6 --- install.html +++ install.html @@ -73,28 +73,22 @@ export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd

-The repository web frontend gotweb can likewise be +The repository web frontend gotwebd can likewise be installed from packages:

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

-The newer FastCGI repository web frontend gotwebd can likewise -be installed from packages, in the same way as gotweb, -except the package name is gotwebd and the sub-package -suffix in the ports tree is -webd. -