This is work in progress!
A wiki software written in Go.
The easiest way to run agw is with docker:
$ docker run -p 80:8000 -e SESSION_KEY=AVerySecureString rootlogin/agw
To work on agw, you need to have Golang and NodeJS installed.
### Dependencies
# Run backend
dep ensure
go run main.go
# Run frontend
cd /frontend
npm install
npm run dev
Content type
Image
Digest
Size
9.3 MB
Last updated
about 8 years ago
docker pull rootlogin/agw:feature_createPage