Simple Wiki engine inspired by Gollum
Find a file
2014-11-10 13:18:07 +00:00
resources Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00
src/smeagol Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00
test/smeagol/test Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00
.gitignore Initial commit 2014-11-10 11:54:18 +00:00
LICENSE Initial commit 2014-11-10 11:54:18 +00:00
Procfile Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00
project.clj Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00
README.md Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00
smeagol.log Initial commit, not yet complete. 2014-11-10 13:18:07 +00:00

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