public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
Added brief install instructions

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1248 
567b1171-46fb-0310-a4c9-b4bef9110e78
Caged (author)
Wed Jun 14 22:28:29 -0700 2006
commit  31fac1f210e5caf8c2a3378c0a572d5e0e901d3a
tree    ce98a395eb1db8b800200822b3ceedb345c02b4e
parent  93c068cece1cc782887986dcaeb932a0c982bc4c
...
 
...
1
0
@@ -0,0 +1 @@
0
+See public/install.html for setup instructions.
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
...
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
0
@@ -0,0 +1,72 @@
0
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
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
+
0
+
0
+    <h1><a href="http://mephisto.yo">Mephisto</a></h1>
0
+
0
+    <!-- div.nav -->  
0
+    <div id="nav">
0
+ <ul>
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
+
0
+ <!-- div.content -->
0
+   <div id="content">
0
+   
0
+    <!-- div.left -->
0
+    <div id="main">
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
+    <ol style="padding-left: 20px">
0
+    <li>Create a database named <strong>mephisto</strong> (or one of your choosing).</li>
0
+    <li>Open <strong>config/database.example.yml</strong> and set your database credentials.</li>
0
+    <li>Rename <strong>database.example.yml</strong> to <strong>database.yml</strong></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>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
+    </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://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
+    </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
+</html>
0
\ No newline at end of file

Comments

    No one has commented yet.