Skip to content
isaac edited this page Sep 13, 2010 · 15 revisions

This is a forked repository. Have a look at
halorgium’s mephisto wiki
for older information.

The following instructions should help you install my fork. If you already have an existing Mephisto database, please back it up!

git clone git://github.com/emk/mephisto.git 
cd mephisto
gem install -v 2.0.5 rails
cp config/database.example.yml config/database.yml
# Edit config/database.yml for your site.
# First time users will then need to run:
#   rake db:create
#   If rake db:create fails try commenting out the following line:
#   http://github.com/emk/mephisto/tree/master/config/initializers/custom.rb#L8
#   rake db:bootstrap
# If you're upgrading, please let me know what steps
# are required. Please make a backup first!
script/server

If you have any problems, please don’t hesitate to update the wiki.

If you’d like to send me a pull request, see The perfect pull request.

Clone this wiki locally