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
This uv run command automatically creates a virtual environment, installs the pyproject.toml dependencies, installs gunicorn as well (--with gunicorn) and starts that running the server.
The text was updated successfully, but these errors were encountered:
Hey @simonw, I like to idea of running An Otter Wiki via a shell command. At least for testing in a non-production environment this would be very useful! With using not just flask but running a wsgi server (for example uv as you suggested) even in production environments.
The https://otterwiki.com/Installation instructions currently lean towards "production" installations - Docker, Kubernetes, uwsgi.
I wanted to try it out on my laptop with the least possible steps - it turns out this worked for me:
This
uv run
command automatically creates a virtual environment, installs thepyproject.toml
dependencies, installsgunicorn
as well (--with gunicorn
) and starts that running the server.The text was updated successfully, but these errors were encountered: