| Hi, I'm a software engineer at a small startup that makes this open source engine that automates environments orchestration using containers. http://azk.io We created a super easy way to quickly (and safely) run applications such as Huginn from source code locally on your own workstation. It takes little more than just a click. Go to this fork of the project and click the "Run Project" button: https://github.com/run-project/huginn#running-locally The only addition made to the original project is a manifest file about the OS, languages, databases etc. required by the project. Afterwards, if you want to deploy to DigitalOcean from your desktop, you can do it in very few steps following these instructions: https://github.com/run-project/huginn#deploying-to-digitaloc... It would be great to get some feedback about it. Hope it helps! Thanks. |