Host a wiki by gollum on Raspberry Pi
Updated
•1 min read
Purpose
To host an in-house wiki for internal brainstorming.
OS
Raspberry Pi OS Lite (64-bit) - aarch64
Install gollum
sudo apt install ruby ruby-dev cmake
sudo gem install gollum
Initialize a git repository
mkdir your-wiki
cd your-wiki
git init
cd
Host the wiki
gollum your-wiki
