Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 699 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 699 Bytes

Federated Wiki Server in Go

This project implements a Federated Wiki server in Go.

Installation

go get -u github.com/egonelbre/fedwiki/cmd/fedwiki
go install github.com/egonelbre/fedwiki/cmd/fedwiki

Setup

mkdir ~/tmp/fedwiki/default-pages -p && cd ~/tmp/fedwiki/

Run it

fedwiki

Notes

It does not support plugins requiring javascript server side component.

License

You may use the Wiki under either the MIT License or the GNU General Public License (GPL) Version 2.