You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the repo, go into it, installed quiki, using command go install github.com/cooper/quiki@latest (because go get is deprecated). Then I copied quiki.conf.example into quiki.conf, edited the root dir, then tried to start quiki ./quiki.conf, but got an error:
2024/06/11 20:09:24 [refs/heads/master] <nil>
2024/06/11 20:09:24 [default] template registered: /tmpl/default/
2024/06/11 20:09:24 [mywiki] pages will be handled at wiki root: /
2024/06/11 20:09:24 [mywiki] registered image root: /image/
2024/06/11 20:09:24 [mywiki] registered category root: /topic/
2024/06/11 20:09:24 [mywiki] registered file root: /file/ (/home/serg/quiki/wikis/mywiki)
2024/06/11 20:09:24 setup static: stat : no such file or directory
How to fix it?
The text was updated successfully, but these errors were encountered:
I cloned the repo, go into it, installed quiki, using command
go install github.com/cooper/quiki@latest
(becausego get
is deprecated). Then I copiedquiki.conf.example
intoquiki.conf
, edited the root dir, then tried to startquiki ./quiki.conf
, but got an error:How to fix it?
The text was updated successfully, but these errors were encountered: