Difference between revisions of "InstallingAboutUsOnOSX"
Matt Youell (talk | contribs) |
Matt Youell (talk | contribs) (→Ruby) |
||
| Line 21: | Line 21: | ||
./configure --prefix=/www | ./configure --prefix=/www | ||
| + | make | ||
| + | make install | ||
(edit .profile like so:) | (edit .profile like so:) | ||
| Line 26: | Line 28: | ||
</code> | </code> | ||
| − | |||
==RubyGems== | ==RubyGems== | ||
| Line 45: | Line 46: | ||
cd /www/aboutus | cd /www/aboutus | ||
| − | git clone | + | git clone <email>15bb9cd2f75f14e2b92c6ec81bd372cb</email>:AboutUs/compostus.git |
| − | git clone | + | git clone <email>15bb9cd2f75f14e2b92c6ec81bd372cb</email>:AboutUs/electric_sheep.git |
cd /www/aboutus/compostus/compost | cd /www/aboutus/compostus/compost | ||
Revision as of 00:33, 26 November 2009
Xcode tools
- Available on OS X install DVD or from http://developer.apple.com/tools/xcode/
Git
- Download binary from http://code.google.com/p/git-osx-installer/downloads/list?can=3
- Verify that git functions.
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
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
