Mephisto Tool
it requires rails 1.2
apt-get install libmagick++6-dev
gem install redcloth bluecloth rmagick
cd $MEPHISTO_DIR$
mkdir public/{assets,cache}
chmod 777 themes log tmp/* public/{assets,cache}
cd vendor/plugins
ln -s /u/apps/breakout/current/vendor/tools/mephisto/plugin/breakout_integration/ z_breakout_integration
mysqladmin create mephisto_production
Create user for mysql db:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, INDEX
ON mephisto_production.*
TO <user>@localhost IDENTIFIED BY '<password>';
flush privileges;
Configure breakout plugin in breakout.yml, change app_host to http://www.assembla.com