0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
0
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0
<html xmlns="http://www.w3.org/1999/xhtml">
0
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
0
- <title>Installing Mephisto</title>
0
- <link rel="stylesheet" href="stylesheets/mephisto.css" type="text/css" charset="utf-8" />
0
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
0
+ <title>Installing Mephisto</title>
0
+ <link rel="stylesheet" href="stylesheets/mephisto/mephisto.css" type="text/css" charset="utf-8" />
0
-
<h1><a href="http://mephistoblog.com">Mephisto</a></h1>
0
+
<h1><a href="http://mephistoblog.com">Mephisto</a></h1>
0
-
<li><a href="/">Installing</a></li>
0
+
<li><a href="/">Installing</a></li>
0
+ <div id="main-content" style="padding: 20px">
0
+ <h2 style="margin: 10px 0">Installing Mephisto</h2>
0
+ <p>Follow these steps to get Mephisto up and running like a pro!</p>
0
+ <p><strong>Note:</strong> We are targeting the Rails 2.0 release series for Mephisto 1.0. Therefore, if you are using gem rails (most hosting environments do),
0
+ you will need to freeze edge rails: <code>rake rails:freeze:edge</code></p>
0
+ <p>You can visit the <a href="http://mephistoblog.com/docs/setup">Mephisto install documentation</a> on the site to get the most recent content,
0
+ however for the impatient, here's the quick setup guide:</p>
0
+ <ol style="padding-left:35px">
0
+ <li>Create a database named mephisto (or one of your choosing).</li>
0
+ <li>Copy config/database.example.yml to config/database.yml</li>
0
+ <li>Edit database.yml and set your database credentials.</li>
0
+ <li>Upload the entire mephisto directory to your webserver.</li>
0
+ <li>Make sure you upload the tzinfo gem (see above) with the directory, or that your host has it preinstalled.</li>
0
+ <li>Run rake db:bootstrap from a terminal of some sorts (use rake db:bootstrap <span class="caps">RAILS</span>_ENV=production to be sure you’ve bootstrapped the production database.)</li>
0
+ <li>Login to your administration at http://domain.com/admin with the username: admin and password: test</li>
0
- <div id="main-content" style="padding: 20px">
0
- <h2 style="margin: 10px 0">Installing Mephisto</h2>
0
- <p>Get Mephisto up and running like a pro!</p>
0
- <p><strong>Note:</strong> We are targetting Rails v1.2 for the Mephisto 1.0 release. So you will have to freeze to edge rails to get Mephisto working properly.</p>
0
- <pre><code>rake rails:freeze:edge</code></pre>
0
- <p>As of this writing, Mephisto is fine on the absolute latest edge rails.</p>
0
- <p>See the latest directions in the <a href="http://mephistoblog.com/docs/setup">Mephisto Docs</a>.</p>
0
- <ol style="padding-left: 20px">
0
- <li>Create a database named <strong>mephisto</strong> (or one of your choosing).</li>
0
- <li>Copy <strong>config/database.example.yml</strong> to <strong>config/database.yml</strong></li>
0
- <li>Open <strong>config/database.yml</strong> and set your database credentials.</li>
0
- <li>Upload the entire mephisto directory to your webserver.</li>
0
- <li>Run <strong>rake db:bootstrap RAILS_ENV=production</strong> from a terminal of some sorts.</li>
0
- <li>Login to your administration at <strong>http://domain.com/admin</strong> with the username: <strong>admin</strong> and password: <strong>test</strong></li>
0
- <h3>For help, visit the following:</h3>
0
- <ul style="padding-left: 20px">
0
- <li><a href="http://mephistoblog.com">Official Mephisto Site</a></li>
0
- <li><a href="http://mephisto.stikipad.com">The Mephisto Community Wiki</a></li>
0
- <li><a href="http://groups.google.com/group/MephistoBlog">The Mephisto Google Group</a></li>
0
- <div id="shadow"></div>
0
- <h3>About Mephisto</h3>
0
- <p>Mephisto was baked to golden perfection by <a href="http://weblog.techno-weenie.net">Rick Olson</a><em>(Development)</em>
0
- and <a href="http://encytemedia.com/">Justin Palmer</a><em>(UI/Design)</em> with contributions from a bunch of wicked cool people.
0
- <!-- begin div.footer -->
0
+ <h3>For further help, to join the community and get involved, visit the following:</h3>
0
+ <ul style="padding-left: 35px">
0
+ <li><a href="http://mephistoblog.com">The Official Mephisto Site</a></li>
0
+ <li><a href="http://mephisto.stikipad.com">The Mephisto Community Wiki</a></li>
0
+ <li><a href="http://groups.google.com/group/MephistoBlog">The Mephisto Google Group</a></li>
0
+ <div id="shadow"></div>
0
+ <h3>About Mephisto</h3>
0
+ <p>Mephisto was baked to golden perfection by <a href="http://weblog.techno-weenie.net">Rick Olson</a><em>(Development)</em>
0
+ and <a href="http://encytemedia.com/">Justin Palmer</a><em>(UI/Design)</em> with contributions from a bunch of wicked cool people.
0
+ <!-- begin div.footer -->
0
\ No newline at end of file
Comments
No one has commented yet.