<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Middleman, Cloud Foundry on Rob Dimsdale-Zucker</title><link>https://robdimsdale.com/tags/middleman-cloud-foundry/</link><description>Recent content in Middleman, Cloud Foundry on Rob Dimsdale-Zucker</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 11 Jan 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://robdimsdale.com/tags/middleman-cloud-foundry/index.xml" rel="self" type="application/rss+xml"/><item><title>Middleman and Cloud Foundry</title><link>https://robdimsdale.com/blog/2015-01-11-middleman-and-cloudfoundry/</link><pubDate>Sun, 11 Jan 2015 00:00:00 +0000</pubDate><guid>https://robdimsdale.com/blog/2015-01-11-middleman-and-cloudfoundry/</guid><description>&lt;p>&lt;a href="https://middlemanapp.com/">Middleman&lt;/a> is a static site generator; &lt;a href="http://cloudfoundry.org/">Cloud Foundry&lt;/a> is a Platform as a Service.&lt;/p>
&lt;p>Deploying a Middleman static site to Cloud Foundry can be achieved in two ways:&lt;/p>
&lt;ul>
&lt;li>building the site and pushing the resultant static files&lt;/li>
&lt;li>configuring Middleman to integrate with a Rack-enabled webserver and pushing everything.&lt;/li>
&lt;/ul>
&lt;p>Serving static files is more efficient than running a Rack-enabled webserver, and additionally will not require any extra files or configuration. It is therefore the preferred option.&lt;/p></description></item></channel></rss>