From 7e13e25d14e17ec6b76051cc91f489718affa732 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 20 Dec 2016 14:36:22 +0000 Subject: [PATCH] Added a bit on how to troubleshoot the bug I've been dealing with today. --- resources/public/content/Introduction.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/public/content/Introduction.md b/resources/public/content/Introduction.md index ae4b565..625f612 100644 --- a/resources/public/content/Introduction.md +++ b/resources/public/content/Introduction.md @@ -23,8 +23,14 @@ Smeagol does not currently have any mechanism to upload images. You can, however ![Smeagol](http://vignette3.wikia.nocookie.net/lotr/images/e/e1/Gollum_Render.png/revision/latest?cb=20141218075509) -## Todo -* Mechanism to add users through the user interface; + +## Troubleshooting +### History +If the history mechanism does not seem to be working, or the git repository does not seem to be updating, login to your server box as the user under whose account the web app runs, go to the directory WEB-INF/classes/public/content and try + + git commit -a + +If you get error messages, fix them. The most likely thing is that the web app doesn't have sufficient authority to commit. ## Advertisement If you like what you see here, I am available for work on open source Clojure projects. Contact me vis [WEFT](http://www.weft.scot/).