mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Simple Wiki engine inspired by Gollum
| resources | ||
| src/smeagol | ||
| test/smeagol/test | ||
| .gitignore | ||
| LICENSE | ||
| Procfile | ||
| project.clj | ||
| README.md | ||
| smeagol.log | ||
Welcome to Smeagol
Smeagol is a simple Git-backed Wiki inspired by Gollum.
Prerequisites
You will need Leiningen 2.0 or above installed.
Running
To start a web server for the application, run:
lein ring server
Alternatively, if you want to deploy to a servlet container, the simplest thing is to run:
lein ring uberwar
(a command which I'm sure Smeagol would entirely appreciate) and deploy the resulting war file.
TODO
The editor is at present very primitive - right back from the beginnings of the Web. It would be nice to have a rich embedded editor like Hallo or Aloha but I havenven't (yet) had time to integrate them!
License
Copyright © 2014 Simon Brooke