GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/zmack/mephisto.git
update install guide

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2999 
567b1171-46fb-0310-a4c9-b4bef9110e78
imajes (author)
Thu Oct 18 15:16:29 -0700 2007
commit  b0e0b93e9339971132d134f25f92e9125e92c655
tree    667b8806e3e61549484db002a5c0c199ee7e3d84
parent  b9337f8e4b0f84be4b141a7b717dc1ea0ad80ccb
...
1
2
 
3
4
5
6
7
8
9
10
11
12
 
 
 
 
 
 
 
 
 
13
14
15
 
16
17
18
 
 
19
20
 
21
22
23
24
25
26
27
28
29
30
 
 
 
 
 
 
 
31
32
33
34
35
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
84
85
86
 
 
 
87
88
...
1
 
2
3
 
 
 
 
 
 
 
 
 
4
5
6
7
8
9
10
11
12
13
14
 
15
16
 
 
17
18
19
 
20
21
 
 
 
 
 
 
 
 
 
22
23
24
25
26
27
28
29
30
 
 
 
 
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
 
 
 
 
 
 
 
 
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
 
 
 
84
85
86
87
88
0
@@ -1,87 +1,87 @@
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
- <head>
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
- </head>
0
- <body>
0
-
0
- <!-- div.header -->
0
- <div id="header">
0
+ <head>
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
+ </head>
0
+ <body>
0
+
0
+ <!-- div.header -->
0
+ <div id="header">
0
 
0
 
0
- <h1><a href="http://mephistoblog.com">Mephisto</a></h1>
0
+ <h1><a href="http://mephistoblog.com">Mephisto</a></h1>
0
 
0
- <!-- div.nav -->
0
- <div id="nav">
0
+ <!-- div.nav -->
0
+ <div id="nav">
0
           <ul>
0
- <li><a href="/">Installing</a></li>
0
+ <li><a href="/">Installing</a></li>
0
           </ul>
0
- </div>
0
- <!-- /div.nav -->
0
-
0
- </div>
0
- <!-- /div.header -->
0
-
0
-
0
-
0
- <div id="container">
0
+ </div>
0
+ <!-- /div.nav -->
0
+
0
+ </div>
0
+ <!-- /div.header -->
0
+
0
+ <div id="container">
0
       
0
       <!-- div.content -->
0
- <div id="content">
0
-
0
- <!-- div.left -->
0
- <div id="main">
0
+ <div id="content">
0
+
0
+ <!-- div.left -->
0
+ <div id="main">
0
+
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
+ <br />
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
+ <br />
0
+
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
+ <br />
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
+ </ol>
0
 
0
-
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
-
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
-
0
- <pre><code>rake rails:freeze:edge</code></pre>
0
             
0
- <p>As of this writing, Mephisto is fine on the absolute latest edge rails.</p>
0
-
0
- <p>See the latest directions in the <a href="http://mephistoblog.com/docs/setup">Mephisto Docs</a>.</p>
0
-
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
- </ol>
0
-
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
- </ul>
0
- </div>
0
- <div id="shadow"></div>
0
- </div>
0
- <!-- /div.left -->
0
-
0
- <!-- div.right -->
0
- <div id="sbar">
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
- </div>
0
- <!-- /div.right -->
0
- </div>
0
- <!-- /div.content -->
0
-
0
- <!-- begin div.footer -->
0
- <div id="footer">
0
+ <br />
0
+ <h3>For further help, to join the community and get involved, visit the following:</h3>
0
+ <br />
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
+ </ul>
0
+ </div>
0
+ <div id="shadow"></div>
0
+ </div>
0
+ <!-- /div.left -->
0
+
0
+ <!-- div.right -->
0
+ <div id="sbar">
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
+ </div>
0
+ <!-- /div.right -->
0
+ </div>
0
+ <!-- /div.content -->
0
+
0
+ <!-- begin div.footer -->
0
+ <div id="footer">
0
 
0
- </div>
0
- </div>
0
- </body>
0
+ </div>
0
+ </div>
0
+ </body>
0
 </html>
0
\ No newline at end of file

Comments

    No one has commented yet.