How do folks launch their apps?

For building (and maybe deploying) it seems that most people use the
Java tools (ant, maven, ivy) or have a 10 line shell script.  For pure
Clojure code you don't even necessarily have to have a build step.

But how do you launch your code in a production style setting?

Historically, when using Common Lisp we would write a custom launch
script for each app that started the app and ran a repl.  We would run
that whole thing inside screen or detachtty.  We always deploy on Linux
and we always have screen available.

For some apps we also used to start them and use swank to get a repl,
but we eventually stopped doing that in favor of the above solution.

Cheers,
Chris Dean

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to