Commit Diff


commit - c1063e3dc1fb9cfc34e033f46b730baebc2f9b9e
commit + 5296e828f77e20deb0a4f21da6c303b9f5f408ed
blob - 8ad8c87ccd592dcb756b4fb6453b1d3cc9fbede6
blob + 73e64033afecb0ffe4c38f608b61d7f1dbc8e1ae
--- install.html
+++ install.html
@@ -73,6 +73,35 @@ export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd
 </pre>
 
 <p>
+On OpenBSD -current, and OpenBSD 7.3 release or later, the
+Game of Trees Git repository server can be installed with:
+
+<pre class="cmdbox">
+pkg_add gotd
+</pre>
+
+Alternatively, the -server subpackage of the port can be built:
+<pre class="cmdbox">
+cd /usr/ports/devel/got
+env SUBPACKAGE=-server make
+env SUBPACKAGE=-server doas make install
+</pre>
+
+<p>
+The server installation includes:
+
+<ul>
+<li>The <tt>gotd</tt> daemon
+<li>The <tt>gotsh</tt> network-facing frontend for the daemon
+<li>The <tt>gotctl</tt> control utility
+</ul>
+
+Setup instructions are provided in the
+<a href="gotd.8.html">gotd</a>,
+<a href="gotsh.1.html">gotsh</a>, and
+<a href="gotd.conf.5.html">gotd.conf</a> manual pages.
+
+<p>
 The repository web frontend <tt>gotwebd</tt> can likewise be
 installed from packages:
 
@@ -80,7 +109,7 @@ installed from packages:
 pkg_add gotwebd
 </pre>
 
-Alternatively the -webd subpackage of the port can be built:
+Alternatively, the -webd subpackage of the port can be built:
 <pre class="cmdbox">
 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 <tt>gotwebd</tt> package
 <li><a href="gotwebd.conf.5.html">gotwebd.conf</a> &mdash; gotwebd configuration file
 <li><a href="gotwebd.8.html">gotwebd</a> &mdash; Game of Trees Git FastCGI repository server for web browsers
 </ul>
-Manual pages for <tt>gotd</tt> and <tt>gotsh</tt> (still WIP, and only
-available when building from source code, not yet installed by a package):
+Manual pages installed by the <tt>gotd</tt> package:
 <ul>
 <li><a href="gotd.conf.5.html">gotd.conf</a> &mdash; gotd configuration file
 <li><a href="gotd.8.html">gotd</a> &mdash; Game of Trees Daemon