Hi,

This is interesting, but the github page you gave is missing an essential
information: What does it bring compared to already existing mature Clojure
solutions like Pallet ?

Cheers,

Denis

On Thu, Jun 21, 2012 at 2:34 PM, dennis zhuang <killme2...@gmail.com> wrote:

> Clojure-control:  a clojure DSL for system admin and deployment with many
> remote machines via ssh,just like fabric in python and node-control in
> node.js.
>
> Usage: https://github.com/killme2008/clojure-control
>
> *Release 0.4.0*
>
> - There is a independent shell script for clojure-control right now,and it
> is not a leiningen plugin since 0.4.0,install clojure-control is easy:
>
>    - Download the 
> script.<https://raw.github.com/killme2008/clojure-control/master/bin/control>
>    (https://raw.github.com/killme2008/clojure-control/master/bin/control)
>    - Place it on your $PATH. (I like to use ~/bin)
>    - Set it to be executable. (chmod 755 ~/bin/control)
>    - Upgade clojure-control is easy: control upgrade,just like leiningen.
>
> - Added a new global option :error-mode to set the behavior when error
> happens.
>   Default value is :exit,it will exit the process when
> error happens,another choice is :exception to throw a runtime
> exception.Change this value by:
>    (set-options! :error-mode :exception)
>
>
>
> --
> 庄晓丹
> Email:        killme2...@gmail.com xzhu...@avos.com
> Site:           http://fnil.net
> Twitter:      @killme2008
>
>
>
>  --
> 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
> Note that posts from new members are moderated - please be patient with
> your first post.
> 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

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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