Published in: Bash
URL: http://duncandavidson.com/archives/164
Setting up rails on a new Mac. You need to install Xcode first.
# MacPorts sudo port install apache2 sudo port install mysql5 +server sudo port install subversion +tools sudo port install ruby sudo port install rb-rubygems sudo port install rb-termios sudo port install rb-mysql # Gems sudo gem install -y rake sudo gem install -y rails sudo gem install -y capistrano mongrel mongrel_cluster # Config mysql sudo mysql_install_db5 --user=mysql sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
You need to login to post a comment.
