Old fashioned way to create Linux daemon script and make it auto run.
Open editor
$ sudo nano myservice
and create the following script in home folder:
Old fashioned way to create Linux daemon script and make it auto run.
Open editor
$ sudo nano myservice
and create the following script in home folder:
How to automate Apache Storm cluster creation on Amazon EC2.
Install Leiningen 2 (a tool to handle Clojure projects):
$ wget https://raw.github.com/technomancy/leiningen/stable/bin/lein
$ mv lein /usr/local/bin/
$ chmod +x /usr/local/bin/lein
$ lein