Deploy-itron now open source

Have you ever wanted to deploy a piece of software quickly on Rackspace Cloud Servers? You’ve probably seen various utilities like Fabric or Chef. I wanted a web interface for people to use so I wrote Deploy-itron about two years ago.

A few people have asked so I went ahead and I cleaned up the code for Deploy-itron and uploaded it to github. You can find it over at github here. The code isn’t pretty and I could probably have done some things differently.

The thing most people will want are the configuration scripts for the various software applications. They are located in the scripts//tmp directory and have the common filename of run.sh. As an example you can find the deploy script for WordPress here.

Feel free to let me know what you think in the comments.