<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Video: Install Movable Type In 3 Steps</title>
	<atom:link href="http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/</link>
	<description>gadget news and reviews</description>
	<lastBuildDate>Fri, 19 Mar 2010 08:35:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Movable Type Monday: New MT5 Beta, Single Sign-On, Easy Install Video, and Theme Tips &#124; The Blog Herald</title>
		<link>http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/comment-page-1/#comment-72509</link>
		<dc:creator>Movable Type Monday: New MT5 Beta, Single Sign-On, Easy Install Video, and Theme Tips &#124; The Blog Herald</dc:creator>
		<pubDate>Tue, 29 Sep 2009 03:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://skattertech.com/?p=2598#comment-72509</guid>
		<description>[...] help installing MT?, Sahas Katta has created a video to walk you through the process. His process includes a shell script that does most of the work for [...]</description>
		<content:encoded><![CDATA[<p>[...] help installing MT?, Sahas Katta has created a video to walk you through the process. His process includes a shell script that does most of the work for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Smith</title>
		<link>http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/comment-page-1/#comment-72359</link>
		<dc:creator>Beau Smith</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://skattertech.com/?p=2598#comment-72359</guid>
		<description>Are you looking for simplicity or speed?

Does simplicity mean a short, easy to read and understand script? 

If your requirement is that the user has SSH/Shell access, then &#8220;simple&#8221; can possibly be a little more advanced than what the novice user may desire.

I would prefer an instal script which:


prompts me for individual variables (offering default values)
then summarizes what the script is about to do
provides me with an option to proceed or abort
ability to configure mt-config.cgi
checking to see if files/directories to be created are already exist (error-checking during prompts)
offering choice between common install 


Something like this:

&lt;code&gt;$ ./mt_install.sh
--- VERSION ---------------------------------------------------------
Install MTOS 4.31? (y/n) [y]: n
MT package url [http://www.movabletype.org/downloads/stable/MTOS-4.31-en.tar.gz]: http://movabletype.org/downloads/betas/MT-5.0b2-en.zip
Directory to install MT [/cgi-bin/]: http://my-awesome-site.com/cgi-bin/
Create &quot;mt&quot; alias to this version of MT in install directory? (y/n) [y]:
Web root directory [/]: http://my-awesome-site.com/
Alias or move mt-static directory to web root directory? (alias/move) [alias]:
Create MT config file? (y/n) [y]:
--- CONFIGURATION ---------------------------------------------------------
CGI path to MT [/cgi-bin/mt/]:
StaticWebPath [/mt-static]:
Database type (mysql/sqlite/postgresql) [mysql]:
Database name [mt]:
Database host [localhost]:
Database user: mt
Database password? : asdfasdf
--- READY TO INSTALL ---------------------------------------------------------
Perform installation? (y/n) [y]:
* Downloading &quot;http://movabletype.org/downloads/stable/MTOS-4.31-de.zip&quot;...
* Decompressing MT archive...
* Moving MT to install directory...
* Creating alias...
* Aliasing mt-static to web root...
--- INSTALL COMPLETE ---------------------------------------------------------
Edit mt-config.cgi in vi? (y/n) [n]:
Visit http://my-awesome-site.com/cgi-bin/mt/mt.cgi to finish installation. Enjoy!
&lt;/code&gt;

&lt;strong&gt;Even better?&lt;/strong&gt;


An upgrade script which installs specified new version and copies all non-stock files, folders, plugins from old install to new install!


Noticed error previously submitted link. Correct link: &lt;a href=&quot;http://wiki.movabletype.org/MT_Shell_Script_Installer&quot; rel=&quot;nofollow&quot;&gt;Shell Script Installer&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Are you looking for simplicity or speed?</p>
<p>Does simplicity mean a short, easy to read and understand script? </p>
<p>If your requirement is that the user has SSH/Shell access, then &#8220;simple&#8221; can possibly be a little more advanced than what the novice user may desire.</p>
<p>I would prefer an instal script which:</p>
<p>prompts me for individual variables (offering default values)<br />
then summarizes what the script is about to do<br />
provides me with an option to proceed or abort<br />
ability to configure mt-config.cgi<br />
checking to see if files/directories to be created are already exist (error-checking during prompts)<br />
offering choice between common install </p>
<p>Something like this:</p>
<p><code>$ ./mt_install.sh<br />
--- VERSION ---------------------------------------------------------<br />
Install MTOS 4.31? (y/n) [y]: n<br />
MT package url [http://www.movabletype.org/downloads/stable/MTOS-4.31-en.tar.gz]: <a href="http://movabletype.org/downloads/betas/MT-5.0b2-en.zip" rel="nofollow">http://movabletype.org/downloads/betas/MT-5.0b2-en.zip</a><br />
Directory to install MT [/cgi-bin/]: <a href="http://my-awesome-site.com/cgi-bin/" rel="nofollow">http://my-awesome-site.com/cgi-bin/</a><br />
Create "mt" alias to this version of MT in install directory? (y/n) [y]:<br />
Web root directory [/]: <a href="http://my-awesome-site.com/" rel="nofollow">http://my-awesome-site.com/</a><br />
Alias or move mt-static directory to web root directory? (alias/move) [alias]:<br />
Create MT config file? (y/n) [y]:<br />
--- CONFIGURATION ---------------------------------------------------------<br />
CGI path to MT [/cgi-bin/mt/]:<br />
StaticWebPath [/mt-static]:<br />
Database type (mysql/sqlite/postgresql) [mysql]:<br />
Database name [mt]:<br />
Database host [localhost]:<br />
Database user: mt<br />
Database password? : asdfasdf<br />
--- READY TO INSTALL ---------------------------------------------------------<br />
Perform installation? (y/n) [y]:<br />
* Downloading "http://movabletype.org/downloads/stable/MTOS-4.31-de.zip"...<br />
* Decompressing MT archive...<br />
* Moving MT to install directory...<br />
* Creating alias...<br />
* Aliasing mt-static to web root...<br />
--- INSTALL COMPLETE ---------------------------------------------------------<br />
Edit mt-config.cgi in vi? (y/n) [n]:<br />
Visit <a href="http://my-awesome-site.com/cgi-bin/mt/mt.cgi" rel="nofollow">http://my-awesome-site.com/cgi-bin/mt/mt.cgi</a> to finish installation. Enjoy!<br />
</code></p>
<p><strong>Even better?</strong></p>
<p>An upgrade script which installs specified new version and copies all non-stock files, folders, plugins from old install to new install!</p>
<p>Noticed error previously submitted link. Correct link: <a href="http://wiki.movabletype.org/MT_Shell_Script_Installer" rel="nofollow">Shell Script Installer</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahas Katta</title>
		<link>http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/comment-page-1/#comment-72348</link>
		<dc:creator>Sahas Katta</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://skattertech.com/?p=2598#comment-72348</guid>
		<description>Thanks Beau,
I was going to add the chmod permissions to the script and a few other minor modifications, but couldn&#039;t figure out which things need to be changed. It all seemed to work just fine on both servers I tested it on. What changes do you suggest I make to this script to make it work better, without compromising on simplicity?</description>
		<content:encoded><![CDATA[<p>Thanks Beau,<br />
I was going to add the chmod permissions to the script and a few other minor modifications, but couldn&#8217;t figure out which things need to be changed. It all seemed to work just fine on both servers I tested it on. What changes do you suggest I make to this script to make it work better, without compromising on simplicity?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beau Smith</title>
		<link>http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/comment-page-1/#comment-72345</link>
		<dc:creator>Beau Smith</dc:creator>
		<pubDate>Thu, 17 Sep 2009 21:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://skattertech.com/?p=2598#comment-72345</guid>
		<description>Quite helpful. I&#039;ve been automating my local installs for quite some time. Here&#039;s a few links to resources for more complex install scripts:


&lt;a href=&quot;http://mtwiki.extdev.sixapart.com/MT_Shell_Script_Installer&quot; rel=&quot;nofollow&quot;&gt;Shell Script Installer&lt;/a&gt;
&lt;a href=&quot;http://www.beausmith.com/mt/2008/04/movable-type-bleeding-edge-updates-via-subversion.php&quot; rel=&quot;nofollow&quot;&gt; Movable Type Bleeding Edge Updates Via Subversion &lt;/a&gt;


I&#039;ve made quite a few updates since publishing the above. I should update with my most recent code.

It should be noted that you&#039;ve made a few assumptions... that permissions are such that MT is able to write the mt-config.cgi file, the location of various directories, that the server has all the necessary perl modules, etc.</description>
		<content:encoded><![CDATA[<p>Quite helpful. I&#8217;ve been automating my local installs for quite some time. Here&#8217;s a few links to resources for more complex install scripts:</p>
<p><a href="http://mtwiki.extdev.sixapart.com/MT_Shell_Script_Installer" rel="nofollow">Shell Script Installer</a><br />
<a href="http://www.beausmith.com/mt/2008/04/movable-type-bleeding-edge-updates-via-subversion.php" rel="nofollow"> Movable Type Bleeding Edge Updates Via Subversion </a></p>
<p>I&#8217;ve made quite a few updates since publishing the above. I should update with my most recent code.</p>
<p>It should be noted that you&#8217;ve made a few assumptions&#8230; that permissions are such that MT is able to write the mt-config.cgi file, the location of various directories, that the server has all the necessary perl modules, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Video: Install Movable Type In 3 Steps &#124; Skatter Tech -- Topsy.com</title>
		<link>http://skattertech.com/2009/09/video-install-movable-type-in-3-steps/comment-page-1/#comment-72340</link>
		<dc:creator>Tweets that mention Video: Install Movable Type In 3 Steps &#124; Skatter Tech -- Topsy.com</dc:creator>
		<pubDate>Thu, 17 Sep 2009 20:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://skattertech.com/?p=2598#comment-72340</guid>
		<description>[...] This post was mentioned on Twitter by Grace Athayde, Sahas Katta, Chris Ernest Hall, Skatter Techand others. Skatter Tech said: Install Movable Type In 3 Steps - http://bit.ly/Frlxn #mt [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Grace Athayde, Sahas Katta, Chris Ernest Hall, Skatter Techand others. Skatter Tech said: Install Movable Type In 3 Steps &#8211; <a href="http://bit.ly/Frlxn" rel="nofollow">http://bit.ly/Frlxn</a> #mt [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
