mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Added a bit on how to troubleshoot the bug I've been dealing with today.
This commit is contained in:
parent
fb18ebef51
commit
7e13e25d14
1 changed files with 8 additions and 2 deletions
|
|
@ -23,8 +23,14 @@ Smeagol does not currently have any mechanism to upload images. You can, however
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
## 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/).
|
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/).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue