Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 362 Bytes

Gopher.md

File metadata and controls

23 lines (14 loc) · 362 Bytes

Trying out ye olde gopher protocol on an Ubuntu Server machine.

Installation

# Blah blah blah
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential git -y

# Install Gophernicus
sudo apt install gophernicus

# Set it up as a service

# Add firewall rule

# Now add some sample content
sudo mkdir -p /var/gopher

Testing