星期日, 八月 05, 2007

ruby rails 开发环境搭建

1.安装ruby,ruby -v
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]

2.gem 安装rail: gem install rails --remote
Bulk updating Gem source index for: http://gems.rubyforge.org
Install required dependency activesupport? [Yn] y
Install required dependency activerecord? [Yn] y
Install required dependency actionpack? [Yn] y
Install required dependency actionmailer? [Yn] y
Install required dependency actionwebservice? [Yn] y
Successfully installed rails-1.2.3
....

3.MySQL Server and MySQL Clinet:
MySQL:
http://dev.mysql.com/downloads/mysql/5.0.html#downloads
不需要选择,Congfigure the MySQL Sever now

MySQl Clinet:
http://dev.mysql.com/downloads/gui-tools/5.0.html

没有评论: