Download Mephisto
Older releases
Mephisto Edge
If you’d like to get the bleeding-edge Mephisto you can use git and checkout the source with the following commands. You must freeze Rails to 2.0.2.
Using git
Mephisto is stored in git, a version control repository. Git is free, and works on about every OS. You can view the repository on the web at GitHub.
Personally, I would suggest keeping your Mephisto installation frozen to a stable branch. You can rest assured that there won’t be any updates beyond tweaks and bug fixes. If you’re a little braver, freezing to trunk is a good idea. Major breaking changes aren’t the norm, so it shouldn’t be a big hassle to use. You will occasionally get bugs and have to deal with broken or unimplemented features though.
If you want to make local changes to Mephisto, but keep up to date on the app, it’s easily done with git. You just commit and it’s done! You can then pull from the github repository to keep up to date with more changes.
Posted in Download