💾 Archived View for gemini.solobsd.org › gophernicus.gmi captured on 2023-09-28 at 15:49:25. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
Installing a Gopher server is very easy. With OpenBSD you only have to install from packages or ports the [Gophernicus](http://ports.su/net/gophernicus "Gophernicus") server.
`pkg_add -vr gophernicus`
You need to create the following file:
`vi /etc/inetd.conf`
And add the following line:
`gopher stream tcp nowait nobody /usr/local/libexec/in.gophernicus in.gophernicus -h <hostname>`
Enable and start inetd
`doas rcctl enable inetd`
`doas rcctl start inetd`
And you are all set.
Put some files under
`/var/gopher`
And fire up your gopher browser pointing to your host.
Enjoy!