This guide is a follow-up from my original| blog.bacongobbler.com
I created this blog to write HOWTOs or tutorials for projects I’m working on, as well as my general thoughts on the state software engineering.| blog.bacongobbler.com
If you have an issue, bug, question, or request for a project I work on, feel free to reach out to @bacongobbler on GitHub.| blog.bacongobbler.com
I’m an absolute sucker for free (or at least incredibly cheap) stuff. If you’re reading this, you probably are too.| blog.bacongobbler.com
Deploying applications to web servers on your own infrastructure these days has never been easier. Gone are the days of having to manually install packages, run bootstrapping scripts, replicate production environments, and document the entire process so that you can successfully run the same job at 3AM because your application went down. Thanks to new emerging technologies like Configuration Management tools, Platform as a Service layers, and the push for companies to adopt a DevOps| blog.bacongobbler.com
<gabrtv> deis-bot: if you bitch about db schema changes you're gonna make me upset| blog.bacongobbler.com
When it comes to deployments, there has been a recent push for rapid release cycles, resource orchestration, application scalability, product delivery, and quality testing. IT Administrators and Software Developers need to be able to improve collaboration and communication. This mindset is often referred to as DevOps, a term used for integrating both software development and IT together.| blog.bacongobbler.com
So why not play tetris inside Stackato, or any other server that allows you to| blog.bacongobbler.com
Dockerfiles are a simplistic way to create a repeatable workflow for creating Docker images.| blog.bacongobbler.com
Services are essential for cloud-enabled applications and therefore core to Stackato. Whether it’s relational database services like PostgreSQL, message queueing services like RabbitMQ, NoSQL data stores like MongoDB, or caching with memcached, our devs have worked out how to get popular services integrated with Stackato, and the default services have been great for almost every application.| blog.bacongobbler.com
This blog post shows how I set up a remote repository on my deployment server for making| blog.bacongobbler.com
Further reading: Steve Lasker also wrote a similar blog post on container registries here.| blog.bacongobbler.com