rootlogin/agw

By rootlogin

Updated about 8 years ago

Another Go Wiki

Image
1

198

rootlogin/agw repository overview

agw (WIP)

This is work in progress!

A wiki software written in Go.

Usage

The easiest way to run agw is with docker:

$ docker run -p 80:8000 -e SESSION_KEY=AVerySecureString rootlogin/agw
Environment variables
  • SESSION_KEY: Sets the session key for the auth cookie encryption. (required)
  • DB_HOST: Hostname of MongoDB. (default: localhost)
  • DB_DATABASE: Database name. (default: gowiki)

Development

To work on agw, you need to have Golang and NodeJS installed.

### Dependencies

Running
# Run backend
dep ensure
go run main.go

# Run frontend
cd /frontend
npm install
npm run dev

Tag summary

Content type

Image

Digest

Size

9.3 MB

Last updated

about 8 years ago

docker pull rootlogin/agw:feature_createPage