Difference between revisions of "InstallingAboutUsOnOSX"

(Ruby)
(RubyGems)
Line 34: Line 34:
 
* http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
 
* http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
  
 +
<code>
 +
ruby setup.rb
 +
</code>
  
 
==Misc. Libraries==
 
==Misc. Libraries==

Revision as of 00:48, 26 November 2009

Xcode tools

Git

MacPorts

Download and install:

MySQL

Download and install. Make sure you get version 5.0!

Ruby

Download and install version 1.8.7p174

./configure --prefix=/www

make

make install

(edit .profile like so:) export PATH=/www/bin:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:$PATH

RubyGems

Download and install version 1.3.5

ruby setup.rb

Misc. Libraries

sudo port install freeimage

sudo port install gd2

gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

mkdir -p /www/aboutus cd /www/aboutus

git clone :AboutUs/compostus.git

git clone :AboutUs/electric_sheep.git

cd /www/aboutus/compostus/compost

gem install geminstaller geminstaller




Retrieved from "http://aboutus.com/index.php?title=InstallingAboutUsOnOSX&oldid=19922528"