Using “git push” to deploy Ruby applications to your own server

If you’ve used Heroku you’ll be familiar with the convenience of using “git push” to deploy your Ruby application. Here’s how you can do the same on Bytemark Cloud using Dokku – a simple system that allows quick deployment of packaged applications, or “buildpacks”. Dokku uses software called Buildstep and contains your applications using Docker. That’s a lot of buzzwords to put onto […]

Read more