https://bugzilla.wikimedia.org/show_bug.cgi?id=20945
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Derk-Jan Hartman <[email protected]> 2009-10-09 19:51:20 UTC --- OK ruby 1.9 required etc. Instructions for Mac OS X 10.6 Leopard using http://www.macports.org/ sudo /opt/local/bin/port install ruby19 sudo /opt/local/bin/gem1.9 update --system sudo /opt/local/bin/gem1.9 install dm-core dm-more sudo /opt/local/bin/gem1.9 install merb merb-cache --source http://edge.merbivore.com sudo /opt/local/bin/gem1.9 install memcache-client haml sudo /opt/local/bin/gem1.9 install merb-haml --source http://edge.merbivore.com sudo /opt/local/bin/gem1.9 install curb nokogiri gchartrb do_mysql webrat sudo /opt/local/bin/gem1.9 install merb_datamapper --source http://edge.merbivore.com add "127.0.0.1 en.m.wikitest.org" to the file /etc/hosts Enter git directory of wikipedia mobile and launch with: PATH="/opt/local/bin:$PATH" /opt/local/bin/merb -a thin -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
