<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hendrik Beck &#187; Nitrous.io</title>
	<atom:link href="http://blog.hendrikbeck.com/tag/nitrous-io/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hendrikbeck.com</link>
	<description>Tech Startup Craftsmanship</description>
	<lastBuildDate>Mon, 02 Feb 2015 22:00:19 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>Coding Rails apps in the cloud with Nitrous.io in less than 5 minutes</title>
		<link>http://blog.hendrikbeck.com/2013/05/21/a-running-rails-environment-in-the-cloud-with-nitrous-io-in-less-than-5-minutes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-running-rails-environment-in-the-cloud-with-nitrous-io-in-less-than-5-minutes</link>
		<comments>http://blog.hendrikbeck.com/2013/05/21/a-running-rails-environment-in-the-cloud-with-nitrous-io-in-less-than-5-minutes/#comments</comments>
		<pubDate>Tue, 21 May 2013 15:11:13 +0000</pubDate>
		<dc:creator><![CDATA[Hendrik Beck]]></dc:creator>
				<category><![CDATA[Software Development Tools]]></category>
		<category><![CDATA[Nitrous.io]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://blog.hendrikbeck.com/?p=665</guid>
		<description><![CDATA[After my friend Minh from TechInAsia told me about Nitrous.io and their 1 million dollar seed funding around a month ago, I&#8217;ve been early waiting to get access and try it out. One of the promises was to get working development stacks running in a heartbeat. Today I finally got to try it and I have to say [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>After my friend Minh from TechInAsia told me about <a href="http://www.nitrous.io" target="_blank">Nitrous.io</a> and their <a href="http://www.techinasia.com/nitrousio-singapore-1-million-funding-silicon-valley-luminaries/" target="_blank">1 million dollar seed funding</a> around a month ago, I&#8217;ve been early waiting to get access and try it out. One of the promises was to get working development stacks running in a heartbeat. Today I finally got to try it and I have to say I was impressed.</p>
<p>Timer started, here&#8217;s what I did:</p>
<ol>
<li>I opened <a href="http://www.nitrous.io" target="_blank">www.nitrous.io</a> and signed up for an account. That was basically instant.</li>
<li>Clicked on &#8220;New Box&#8221;, chose the platform (right now they offer Rails, Node.js, Django and Go), gave it a name, selected a region and clicked on &#8220;Create Box&#8221;. Provisioning and starting up the box took around a minute. It opened with a window in the browser that contained a file explorer on the left, a text editor in the middle, and a console in the bottom.</li>
<li>A &#8220;git clone&#8221; in the console pulled in the sources from GitHub in a few seconds.</li>
<li>A &#8220;bundle install&#8221; pulled in all the dependencies, this took around a minute.</li>
<li>A &#8220;rake db:migrate&#8221; set up the local database.</li>
<li>&#8220;Rails s&#8221; started the local server.</li>
<li>And finally, a click on the &#8220;Preview Port 3000&#8243; menu item opened a new tab in my browser, pointing to the right URL show my existing Rails app.</li>
</ol>
<p>All this took less than 5 minutes and I was ready to go. A few further edits, running rails commands, migrating databases again, previewing changes, all that worked like a charm. And signing out on one computer and quickly signing in on the other preserved all the local changes and I could continue immediately.</p>
<p>Again, I&#8217;m impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hendrikbeck.com/2013/05/21/a-running-rails-environment-in-the-cloud-with-nitrous-io-in-less-than-5-minutes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
