[cl-wiki-devel] How to detach from command line

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

Vehbi Sinan Tunalioglu wrote:
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?
See Dan Barlow's detachtty http://www.cliki.net/detachtty We're using this, plus a system V init script mentioned earlier. You also may want to look at Fare's cl-launch (I haven't played with it yet). Kevin Griffin
participants (2)
-
Kevin Griffin
-
Vehbi Sinan Tunalioglu