Philip Weaver
[General] Instructions for Lively Server Setup? –
How does a user configure a server to allow saving a Lively world? Is it
possible to save a world if loading a file directly from the filesystem? ...
Loading...
Juhani Ränkimies
I don't normally save/publish worlds, but@some point I tested and
successfully saved a world using the apache mod_dav.
My configuration that looks...
Loading...
Philip Weaver
Thanks Dan and Juhani,
I just posted some server installation instructions on the wiki:
-
http://livelykernel.sunlabs.com/repository/lively...
Loading...
Philip Weaver
I've made some more progress.
In brazil.config, change main.handlers to:
main.handlers=session proxymap proxy template file
In defaultconfig...
Loading...
Philip Weaver
I tweaked Main.js so the wiki navigator is enabled even if the world has no
serialized contents:
if (documentHasSerializedMorphs(document)) {
.....
Loading...
Philip Weaver
I realized to look over here:
http://livelykernel.sunlabs.com/repository/lively-wiki/localconfig.jsArgh.
This should be somewhere in lively-kernel...