Replies: 2 comments 1 reply
|
Hey @ebah80, I never tried to run An Otter Wiki via Google Cloud Run. From my understanding are volumes only available via Cloud Storage FUSE which has very limited features. I would have expected problems with the sqlite database, but since you can login, this seems to work. Please provide more infos on how you run it, do you start a container? Do you |
1 reply
|
I put some effort in this ...
so finally I ended up with a free tier GCP VM and I installed following this guide https://otterwiki.com/Installation#from-source-as-wsgi-application-with-uwsgi:
Now I am enjoying it :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi!
I discovered Otterwiki few weeks ago! Very nice project, i'm going to use it for some personal documentation.
Has anyone tried to use it on Cloud Run?
I've got OtterWiki partially working (user management works fine, login also).
When i upload a file or edit/save a page it breaks.
I think the issue is git that does not work very well with object storage.
I am working on some trick to sync the local storage with the bucket to keep persistance but i was wondering if there was a more straightforward way to make it work.
Thanks
All reactions