<?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>Meseret Gebre &#187; Mephisto</title>
	<atom:link href="http://meseretgebre.com/archives/tag/mephisto/feed/" rel="self" type="application/rss+xml" />
	<link>http://meseretgebre.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Nov 2011 04:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mephisto 0.8 (Drax) Quick Install</title>
		<link>http://meseretgebre.com/archives/mephisto-08-drax-quick-install/</link>
		<comments>http://meseretgebre.com/archives/mephisto-08-drax-quick-install/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 04:10:43 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Mephisto]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=51</guid>
		<description><![CDATA[If you are not a programmer, I recommend you use a different blogging engine, because even after the install is a success. You&#8217;ll still need to edit the template of your choice to get it just right. I am still not done editing this template. Installing Mephisto 0.8 (Drax) is not exactly the easiest thing [...]]]></description>
			<content:encoded><![CDATA[<p>If you are not a programmer, I recommend you use a different blogging engine, because even after the install is a success. You&#8217;ll still need to edit the template of your choice to get it just right. I am still not done editing this template. Installing  Mephisto 0.8 (Drax)  is not exactly the easiest thing to do. However, I have managed to do it twice in the last month. So here is the process to save hackers out there some time. There are a couple of requirements that you will need before proceeding with the install.</p>
<ol>
<li> Rails 2.0.2</li>
<li> tzinfo (I have 0.3.9)</li>
<li> At least rake 0.8.1</li>
</ol>
<p><strong>Installing Rails 2.0.2 </strong></p>
<p>This should also install rake for you. Just in case I have the command below.</p>
<pre class="brush: bash">
sudo gem install rails -v=2.0.2
</pre>
<p><strong>Installing tzinfo </strong></p>
<pre class="brush: bash">
sudo gem install tzinfo
</pre>
<p><strong>Installing Rake</strong></p>
<pre class="brush: bash">
sudo gem install rake
</pre>
<p>From here change directory to the home of your rail applications.<br />
Now run the command:</p>
<pre class="brush: bash">
sudo wget http://github.com/technoweenie/mephisto/tarball/master.tar.gz
sudo tar -xvf technoweenie-mephisto-90e2cc253d94e2e544bc8b21f361c7360c1e9baa.tar.gz
sudo mv technoweenie-mephisto-90e2cc253d94e2e544bc8b21f361c7360c1e9baa blog
</pre>
<p>The last command simply renames the directory to something more readable. Here I renamed it to &#8220;blog&#8221;. This will be the mephisto root directory. OK! You now have all the things to need to start the installation. From here on is where I ran into all the trouble. Not to worry, I ironed out all the kinks so you should be OK!</p>
<p><strong>Installation in 8 easy steps</strong></p>
<ol>
<li> Create a database named mephisto (or one of your choosing).If you are running mysql, you can do this at the command prompt. This assumes your localhost root does not have a password.</li>
<pre class="brush: bash">
mysql -u root
mysql&gt; create database mephisto;
</pre>
<li>Copy config/database.example.yml to config/database.yml<br />
Just copy and past the following command from the config directory.</li>
<pre class="brush: bash">
sudo mv database.example.yml database.yml
</pre>
<li>Edit database.yml and set your database credentials.</li>
<li>This step is important. Edit config/environment.rb<br />
and append the following line. This step will save you trouble when running the rake db:bootstrap command two steps down.</li>
<pre class="brush: bash">
RAILS_GEM_VERSION = &#039;2.0.2&#039; unless defined? RAILS_GEM_VERSION
</pre>
<li>Time to update your boot.rb file. From your mephisto root directory, run the following command.</li>
<pre class="brush: bash">
rake rails:update
</pre>
<li>OK! Time for the big moment! Are you ready? It&#8217;s time to bootstrap your database. Run the following command from your mephisto root directory.</li>
<pre class="brush: bash">
rake db:bootstrap RAILS_ENV=production
</pre>
<li>If you got to this step without troubles, then consider this a big win! The next step is to deploy mephisto, I recommend mod_rails.</li>
<li>Last step! Login to your administration at http://domain.com/admin with the username: admin and password: test</li>
</ol>
<p>That is all there is to it. I hope everything went OK for you. Any questions or comments are welcomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/mephisto-08-drax-quick-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress VS. Mephisto</title>
		<link>http://meseretgebre.com/archives/wordpress-vs-mephisto/</link>
		<comments>http://meseretgebre.com/archives/wordpress-vs-mephisto/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 23:43:52 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Mephisto]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=1</guid>
		<description><![CDATA[My experiences on installing Wordpress Vs. Mephisto. ]]></description>
			<content:encoded><![CDATA[<p>Just setup my wordpress blog and it was super easy and a blast. Themes are plenty and most free! WooThemes.com has many awesome themes, although not free, this current theme I am using was!</p>
<p>The setup was no more then 5 minutes. Mephisto on the other hand required quite a bit and was not an easy install. I used to blog with Mephisto on my personal server from home, but having an awesome, flexiable blogging engine like wordpress I see no need to make things complicated. Granted, Mephisto, being a Rails application is wonderfull. In my humble opion, if you are someone that just wants to start blogging and don&#8217;t really have a computer science background, I say stick to WordPress. They have many plugins and lots of wonderfull themes. If you want a little challenge and want a Rails blogging system and have lots of free time, maybe on a weekend, then installing Mephisto is a good experience to have under your belt.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/wordpress-vs-mephisto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

