Mephisto in Windows XP

這篇是Mephisto在XP上的簡易安裝心得

  • 1.Download lastest version 0.7.3 Noh-Varr (Bug fixes) , and extract to any folder you want.
  • 2.Open public/install.html and install step by step.
  • 3.Upgrade Rails to the lastest version, this step need install SVN(svn-1.4.2-setup.exe) first.

    rake rails:freeze:edge

  • 4.Install timezone gem

    gem install tzinfo --remote

  • 5.Setup MySQL
    • create database mephisto
    • Change config/database.example.yml to database.yml
    • Change DB name and id/pw in database.yml
    • db:bootstrap RAILS_ENV=production (production, development or test)
  • 6.Start Web Server

    ruby script/server

  • 7.Login &setup

    http://localhost:3000/admin
    id/pw: admin/test

  • 8.Enjoy
  • 官方安裝文件:http://mephisto.stikipad.com/help/show/Installing+Mephisto
    參考網站:http://www.beenhero.com/catalog.asp?tags=mephisto

    張貼留言