One more thing, worth saying here since it's not documented anywhere yet I think.
The default web server is WSGI and a bit sluggish. A much better experience is had if you first:
pip…
Yeah I guess the closest thing to it currently is at https://docs.wuttaproject.org/wuttjamaican/narr/db/app.html#install-the-schema
It's kind of a broad topic potentially so ultimately the…
Issue here is using the wrong config file; there is a web.conf which should be used for running the web app:
bin/wutta -c app/web.conf webapp -r
Probably something could be improved in…
Yeah this whole story could be improved. The installer currently expects you to give it "connection credentials" which aren't necessarily privileged enough to create a database; hence you must do…