Merge branch 'master' of /scm/gopher-tutorials - gopher-tutorials - The gopher … | |
git clone git://bitreich.org/gopher-tutorials/ git://enlrupgkhuxnvlhsf6lc3fziv5… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 44bf328125bf66c22c2261f479bd193f0a058ffc | |
parent be49c309af4b01bc268e8bcc4bb179dbf30b8da1 | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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 m… | |
+ | |
+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 manu… | |
+ | |
+Finally open a gopher client and navigate to gopher://localhost:70/ | |
+ | |
+Congratulations, you have set up a server! | |
+ |