<?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>Linkesh Diwan  adorno &#187; Linkesh Diwan</title>
	<atom:link href="http://linkesh.net/tag/adorno/feed/" rel="self" type="application/rss+xml" />
	<link>http://linkesh.net</link>
	<description>In Service to People and the Planet</description>
	<lastBuildDate>Sun, 22 Mar 2015 18:02:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>CrisisCommunicator Development: now Easier than Ever Before!</title>
		<link>http://linkesh.net/2014/02/crisiscommunicator-development-now-easier-ever/</link>
		<comments>http://linkesh.net/2014/02/crisiscommunicator-development-now-easier-ever/#comments</comments>
		<pubDate>Sun, 02 Feb 2014 20:32:42 +0000</pubDate>
		<dc:creator><![CDATA[Linkesh Diwan]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[adorno]]></category>
		<category><![CDATA[CrisisCommunicator]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://linkesh.net/?p=53</guid>
		<description><![CDATA[<p>Issue #24 over on the CrisisCommunicator GitHub pages has been assigned to me for a couple weeks now; but it&#8217;s finally cleared up.  The issue description was simple enough: write the instructions for installation. As with all programming, it got more complicated from there. Previously, I had written a script called Adorno (announcement here), which [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://linkesh.net/2014/02/crisiscommunicator-development-now-easier-ever/">CrisisCommunicator Development: now Easier than Ever Before!</a> appeared first on <a rel="nofollow" href="http://linkesh.net">Linkesh Diwan</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="https://github.com/WiseEarthTechnology/CrisisCommunicator/issues/24" target="_blank">Issue #24 over on the CrisisCommunicator GitHub pages</a> has been assigned to me for a couple weeks now; but it&#8217;s finally cleared up.  The issue description was simple enough: write the instructions for installation.</p>
<p>As with all programming, it got more complicated from there.</p>
<p>Previously, I had written a script called <a href="https://github.com/swiftarrow/Adorno" target="_blank">Adorno</a> (<a href="http://linkesh.net/2014/01/adorno-embellishing-tango-django/" target="_blank">announcement here</a>), which allows Python / Django beginners to quickly and (relatively) effortlessly set up a professional development environment, including:</p>
<ul>
<li>VirtualBox</li>
<li>Vagrant</li>
<li>Git</li>
<li>Heroku (for Git-based online hosting)</li>
<li>PythonBrew (to maintain separate versions of Python)</li>
<li>VirtualEnv and VirtualEnv Wrapper (via VirtualEnv Burrito)</li>
<li>and finally, pip.</li>
</ul>
<p>Setting up all that stuff can take a novice days, and can be enough to scare anyone away.  At the very least, novices will &#8220;make do&#8221; with only part of the above, usually skipping VirtualBox, Vagrant, and Git, using PythonBrew only if absolutely necessary, and perhaps not even bothering to install VirtualEnv.  That&#8217;s a pity, because their life could be so much easier with those tools!  (I know&#8230; I&#8217;m guilty!)</p>
<p>Well, Adorno solved that for me.  It was a nice script that I could use to easily set up those things, and was geared for people just starting their Tango with Django.</p>
<p>What does that have to do with Issue #24?  Well, I reasoned, if Adorno could setup for Tango with Django, it shouldn&#8217;t be too difficult to expand it, so that developers could use it to easily install their Django projects in development environments.  I needed to abstract the project-specific customization into a separate configuration file, which could be tailored for every project.</p>
<p>Very long story short, with some great help from IRC user Riviera (who introduced me to <a href="http://www.shellcheck.net/" target="_blank">ShellCheck</a> &#8211; a great error-checker and best-practice resource for your shell scripts) it&#8217;s done!  (Well, it&#8217;s working.  Riviera gave me a long list of homework, which will be done, I promise!)</p>
<p>Getting started with CrisisCommunicator development is easier than ever before.  <a href="https://github.com/WiseEarthTechnology/CrisisCommunicator/blob/master/webapp/INSTALL.md" target="_blank">Head on over to the how-to, and start coding!</a></p>
<p>If you have your own project, feel free to include a &lt;project_name&gt;_adorno.sh script file in the root of your repository.  Check the <a href="http://linkesh.net/2014/01/adorno-embellishing-tango-django/" target="_blank">Adorno repository</a> for a guide (use tango_adorno.sh &#8211; it&#8217;s very simple).</p>
<p>I hope it&#8217;s useful, and that the development of the CrisisCommunicator increases!</p>
<p>The post <a rel="nofollow" href="http://linkesh.net/2014/02/crisiscommunicator-development-now-easier-ever/">CrisisCommunicator Development: now Easier than Ever Before!</a> appeared first on <a rel="nofollow" href="http://linkesh.net">Linkesh Diwan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linkesh.net/2014/02/crisiscommunicator-development-now-easier-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adorno: Embellishing your Tango with Django</title>
		<link>http://linkesh.net/2014/01/adorno-embellishing-tango-django/</link>
		<comments>http://linkesh.net/2014/01/adorno-embellishing-tango-django/#comments</comments>
		<pubDate>Fri, 03 Jan 2014 20:54:19 +0000</pubDate>
		<dc:creator><![CDATA[Linkesh Diwan]]></dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[adorno]]></category>
		<category><![CDATA[CrisisCommunicator]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[GSWD]]></category>
		<category><![CDATA[PeaceOSL]]></category>
		<category><![CDATA[TWD]]></category>

		<guid isPermaLink="false">http://linkesh.net/?p=33</guid>
		<description><![CDATA[<p>UPDATE: It seems that the version that I published to GitHub at the time of writing this post didn&#8217;t work properly.  Now it&#8217;s fixed, and works like a charm! I have been following the excellent Tango with Django online book over Christmas and New Year.  I&#8217;m hoping to be able to contribute more meaningfully to [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://linkesh.net/2014/01/adorno-embellishing-tango-django/">Adorno: Embellishing your Tango with Django</a> appeared first on <a rel="nofollow" href="http://linkesh.net">Linkesh Diwan</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><strong>UPDATE:</strong> It seems that the version that I published to GitHub at the time of writing this post didn&#8217;t work properly.  Now it&#8217;s fixed, and works like a charm!</p>
<p>I have been following the excellent <a href="http://www.tangowithdjango.com" target="_blank">Tango with Django online book</a> over Christmas and New Year.  I&#8217;m hoping to be able to contribute more meaningfully to the <a href="http://wiseearthtechnology.com" target="_blank">CrisisCommunicator</a> project.</p>
<p>Previous to Tango with Django, I followed all of the tutorials at <a href="http://gettingstartedwithdjango.com/" target="_blank">Getting Started with Django</a>.  I really appreciate those tutorials, as the author (Mr. Kenneth Love) goes out of his way to show you the current &#8220;best practices&#8221; in Django development.  I wish he had been able to finish his series!  As it is, I&#8217;m addicted to his approach, using excellent programs like Vagrant to create a really great development environment.</p>
<p>In Tango with Django, a different development environment is used.  I wanted to continue using Vagrant and Heroku, and I wanted a quick-reference script that I could use to create more development environments easily.</p>
<p>So Adorno was born.  Adorno is a bash shell script to help set up a Vagrant box with the necessary tools for easily coding in Python. It is especially helpful for people following the Tango With Django series. The README also serves as a quick and simple command reference for beginners like myself.  It works independent of your operating system, because it runs in the Vagrant virtual box.</p>
<p>Adorno makes it really simple to set up a development environment and get you ready for Django coding.  Spend less time setting up, and more time coding!</p>
<p>Find it in my GitHub account:</p>
<p><a href="http://github.com/swiftarrow/Adorno">http:/<wbr>/<wbr>github.com/<wbr>swiftarrow/<wbr>Adorno</a></p>
<p>Enjoy!  I hope it&#8217;s useful to people.</p>
<p>The post <a rel="nofollow" href="http://linkesh.net/2014/01/adorno-embellishing-tango-django/">Adorno: Embellishing your Tango with Django</a> appeared first on <a rel="nofollow" href="http://linkesh.net">Linkesh Diwan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linkesh.net/2014/01/adorno-embellishing-tango-django/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
