Hi,
I wonder how you detach the cl-wiki as well as the cl interpreter from command line? We will use the system for production purposes, so we have to leave the system running on a linux server.
Do you think that following is ok?
$ nohup cmucl -load wiki.lsp &
(wiki.lsp contains the initial script for loading cl-wiki and running it.)
I tried and it is running. But I want to know how you accomplish that?
Thanks a lot.. --vst