You are on page 1of 1

Install JDK 1.6 http://download.cnet.com/windows/3055-2212_4-10857945.html?tag=pdl-redir Ruby on Rails install manual http://wiki.rubyonrails.org/getting-started/installation/windows 1. 2. 3. 4. Install ruby.

Add rudy path to PATH variables gem install rails Install MySQL 5.1 Install MySQL GUI tool bandle http://dev.mysql.com/get/Downloads/MySQLGUITools/mysqlgui-tools-5.0-r17-win32.msi/from/pick 5. gem install mysql2 6. Install DevKit-tdm-32-4.5.1-20101214-1400-sfx.exe a. Go to DevKit unpacked folder b. ruby dk.rb init c. ruby db.rb install 7. Install netbeans 8. Install CollabNetSubversion-client-1.6.15-1.win32.exe 9. /lib/ruby/gems/1.9.1/gems/ruby-debug-ide19-0.4.12/bin/rdebug-ide.rb 10. [02.01.2011 17:54:47] Taisiia Kholodova: script = ARGV.shift Debugger::PROG_SCRIPT = (script =~ /script([\\\/])rails/ ? Dir.pwd + $1 : '') + script 11. [02.01.2011 17:55:05] Taisiia Kholodova: #78 Debugger::PROG_SCRIPT = ARGV.shift

You might also like