Merge branch 'master' of /scm/gopher-tutorials - gopher-tutorials - The gopher tutorials project.
HTML git clone git://bitreich.org/gopher-tutorials/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-tutorials/
DIR Log
DIR Files
DIR Refs
DIR Tags
---
DIR commit 44bf328125bf66c22c2261f479bd193f0a058ffc
DIR parent be49c309af4b01bc268e8bcc4bb179dbf30b8da1
HTML Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 1 May 2019 09:37:09 +0200
Merge branch 'master' of /scm/gopher-tutorials
Diffstat:
A install-geomyidae.txt | 39 +++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+), 0 deletions(-)
---
DIR diff --git a/install-geomyidae.txt b/install-geomyidae.txt
@@ -0,0 +1,39 @@
+First, you need to install geomyidae.
+Check your package manager for geomyidae
+
+On Linux:
+Check to see if geomyidae is in your package manager.
+If not issue the following commands
+
+% git clone git://r-36.net/geomyidae
+% make
+% sudo make install
+
+Now let's add a geomyidae user to your system:
+
+% sudo useradd -r -s /sbin/nologin
+
+Now let's start the server
+
+% sudo geomyidae -u geomyidae
+
+NOTE: if geomyidae is not in your root's $PATH then you may have to start it manually (e.g. /usr/local/bin/geomyidae)
+
+On OpenBSD:
+% pkg_add geomyidae
+% rcctl enable geomyidae
+% rcctl start geomyidae
+
+Next create the file /var/gopher/index.gph
+and put something in it. for example:
+
+Hello, World!
+
+Now issue:
+% sudo geomyidae
+(NOTE: if /usr/local/bin is not in root's path you may have to specify it manually e.g. /usr/local/bin/geomyidae)
+
+Finally open a gopher client and navigate to gopher://localhost:70/
+
+Congratulations, you have set up a server!
+