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 !
Caged (author)
Wed Jun 14 22:28:29 -0700 2006
commit  31fac1f210e5caf8c2a3378c0a572d5e0e901d3a
tree    ce98a395eb1db8b800200822b3ceedb345c02b4e
parent  93c068cece1cc782887986dcaeb932a0c982bc4c
mephisto / public / install.html
100644 72 lines (56 sloc) 2.368 kb
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />    
    <title>Installing Mephisto</title>
    <link rel="stylesheet" href="stylesheets/mephisto.css" type="text/css" charset="utf-8" />
  </head>
  <body>
  
    <!-- div.header -->
    <div id="header">
 
 
     <h1><a href="http://mephisto.yo">Mephisto</a></h1>
 
     <!-- div.nav -->  
     <div id="nav">
          <ul>
         <li><a href="/">Installing</a></li>
          </ul>
     </div>
     <!-- /div.nav -->
      
    </div>
    <!-- /div.header -->
    
 
        
   <div id="container">   
      
      <!-- div.content -->
      <div id="content">
      
       <!-- div.left -->
       <div id="main">
 
      
       <div id="main-content" style="padding: 20px">
       <h2 style="margin: 10px 0">Installing Mephisto</h2>
       <p>Get Mephisto up and running like a pro!</p>
      
       <ol style="padding-left: 20px">
       <li>Create a database named <strong>mephisto</strong> (or one of your choosing).</li>
       <li>Open <strong>config/database.example.yml</strong> and set your database credentials.</li>
       <li>Rename <strong>database.example.yml</strong> to <strong>database.yml</strong></li>
       <li>Upload the entire mephisto directory to your webserver.</li>
       <li>Run <strong>rake db:bootstrap</strong> from a terminal of some sorts</li>
       <li>Login to your administration at <strong>http://domain.com/admin</strong> with the username: <strong>admin</strong> and password: <strong>test</strong></li>
       </ol>
       </div>
       <div id="shadow"></div>
       </div>
       <!-- /div.left -->
      
       <!-- div.right -->
       <div id="sbar">
       <h3>About Mephisto</h3>
       <p>Mephisto was baked to golden perfection by <a href="http://techno-weenie.net">Rick Olson</a><em>(Development)</em>
       and <a href="#">Justin Palmer</a><em>(UI/Design)</em> with contributions from a bunch of wicked cool people.
       </div>
       <!-- /div.right -->
      </div>
      <!-- /div.content -->
      
      <!-- begin div.footer -->
      <div id="footer">
 
      </div>
    </div>
  </body>
</html>