commit 5296e828f77e20deb0a4f21da6c303b9f5f408ed from: Stefan Sperling date: Tue Jan 17 23:51:27 2023 UTC add installation instructions for gotd commit - c1063e3dc1fb9cfc34e033f46b730baebc2f9b9e commit + 5296e828f77e20deb0a4f21da6c303b9f5f408ed blob - 8ad8c87ccd592dcb756b4fb6453b1d3cc9fbede6 blob + 73e64033afecb0ffe4c38f608b61d7f1dbc8e1ae --- install.html +++ install.html @@ -73,6 +73,35 @@ export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd

+On OpenBSD -current, and OpenBSD 7.3 release or later, the +Game of Trees Git repository server can be installed with: + +

+pkg_add gotd
+
+ +Alternatively, the -server subpackage of the port can be built: +
+cd /usr/ports/devel/got
+env SUBPACKAGE=-server make
+env SUBPACKAGE=-server doas make install
+
+ +

+The server installation includes: + +

+ +Setup instructions are provided in the +gotd, +gotsh, and +gotd.conf manual pages. + +

The repository web frontend gotwebd can likewise be installed from packages: @@ -80,7 +109,7 @@ installed from packages: pkg_add gotwebd -Alternatively the -webd subpackage of the port can be built: +Alternatively, the -webd subpackage of the port can be built:

 cd /usr/ports/devel/got
 env SUBPACKAGE=-webd make
blob - 68e29cae3a5c7279d076a6a412f84c6cdfb807cd
blob + 7da654eb8e972d48a958c2f4f97eea1048b5f0f7
--- manual.html
+++ manual.html
@@ -31,8 +31,7 @@ Manual pages installed by the gotwebd package
 
  • gotwebd.conf — gotwebd configuration file
  • gotwebd — Game of Trees Git FastCGI repository server for web browsers -Manual pages for gotd and gotsh (still WIP, and only -available when building from source code, not yet installed by a package): +Manual pages installed by the gotd package:
    • gotd.conf — gotd configuration file
    • gotd — Game of Trees Daemon