public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
update install instructions

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2430 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sat Nov 04 10:06:34 -0800 2006
commit  b05f90d2323b2a5d28684e64f720275acf093a4f
tree    4448003f89e343c33db44fa0f32368859e4115fa
parent  210061a1ca5ce87b679eb2c92e65e4854115ba3a
...
42
43
44
45
 
46
47
48
49
 
50
51
52
53
54
55
56
 
57
58
59
...
71
72
73
74
75
 
 
76
77
78
...
42
43
44
 
45
46
47
48
 
49
50
51
52
53
54
55
 
56
57
58
59
...
71
72
73
 
 
74
75
76
77
78
0
@@ -42,18 +42,18 @@
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 REVISION=5212</code></pre>
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 on the <a href="http://mephisto.stikipad.com/help/show/Installing+Mephisto">Mephisto Wiki</a>.</p>
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</strong> from a terminal of some sorts</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
@@ -71,8 +71,8 @@
0
        <!-- div.right -->
0
        <div id="sbar">
0
        <h3>About Mephisto</h3>
0
- <p>Mephisto was baked to golden perfection by <a href="http://techno-weenie.net">Rick Olson</a><em>(Development)</em>
0
- and <a href="#">Justin Palmer</a><em>(UI/Design)</em> with contributions from a bunch of wicked cool people.
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>

Comments

    No one has commented yet.