Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egonelbre/fedwiki
Federated Wiki server in Go
https://github.com/egonelbre/fedwiki
Last synced: about 1 month ago
JSON representation
Federated Wiki server in Go
- Host: GitHub
- URL: https://github.com/egonelbre/fedwiki
- Owner: egonelbre
- License: gpl-2.0
- Created: 2015-02-14T12:18:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T05:36:14.000Z (over 9 years ago)
- Last Synced: 2024-08-01T12:24:09.739Z (4 months ago)
- Language: Go
- Size: 355 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL
Awesome Lists containing this project
- awesome-starred - egonelbre/fedwiki - Federated Wiki server in Go (others)
README
# 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
- open browser at http://localhost:8080
## Notes
It does not support plugins requiring javascript server side component.
## License
You may use the Wiki under either the
[MIT License](https://raw.githubusercontent.com/egonelbre/fedwiki/master/LICENSE-MIT) or the
[GNU General Public License](https://raw.githubusercontent.com/egonelbre/fedwiki/master/LICENSE-GPL) (GPL) Version 2.