Skip to content

jcfandino/wijki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wijki wiki

A bare bones wiki that is:

  • Easy to deploy
  • Java based
  • Git backed history
  • Markdown compatible

Requirements

  • Maven 3 (only to build)
  • Java 7
  • Git

Build

mvn clean install

Deploy

$ unzip wijki-wiki-1.0.0-SNAPSHOT-dist.zip
$ cd wijki-wiki
$ bin/wijki-server.sh

Point your browser to http://localhost:8080/

Docker

To run as a Docker container:

docker run -d -v /opt/wijki/repo:/data/repo -p 80:8080 jcfandino/wijki

This will run in the port 80 and save the pages in /opt/wijki/repo.

About

A minimalistic wiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages