- install xcode tools from installation cd
- install Macports. go to: http://www.macports.org/
- sudo port selfupdate
- sudo port install mysql5 +server
- sudo port install ruby
- sudo port install rb-rubygems
- sudo port install rb-termios
- sudo port install rb-mysql
- sudo port install subversion +tools
- sudo port install git-core
- sudo port install freetds
- sudo port install rb-dbi +dbd_odbc
- sudo port install rb-odbc
- sudo ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock
- sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
- sudo mysql_install_db5 –user=mysql
- sudo gem install -y rake
- sudo gem install -y rails
- sudo gem install -y capistrano
- sudo gem install -y mongrel
- sudo gem install -y mongrel_cluster
- install eclipse
- install Aptana plugin
- install Aptana Radrails plugin
Oracle is offering to buy Sun at $9.50 per share (http://news.yahoo.com/s/ap/20090420/ap_on_bi_ge/oracle_sun). That is bad news for Sun, Java and MySQL. Sun bought MySQL and I thought it was a great idea to compete with Oracle. Now MySQL is under Oracle and you know Oracle is going to kill MySQL because they don’t want free open source database to compete with their product. It is time to fork MySQL to a different open source project so that it won’t be controlled by Oracel.
Just created a website called MoMingle.com using ror plus a few plugins including geo-kit and twitter4r. It allows people to post location-based messages. It is definitely a good learning experience for me to design and build this website.