[ruby]Windows Ruby安裝步驟

來源:互聯網
上載者:User

標籤:

Windows Ruby 安裝步驟 準備工作:

1.http://rubyinstaller.org/downloads/ 下載選擇Ruby 1.9.3

2.http://rubyinstaller.org/downloads/ 下載DEVELOPMENT KIT 注意版本和1對應

3.http://www.sqlite.org/download.html 選擇Precompiled Binaries for Windows然後下載前兩個:sqlite-shell-win32-x86-3071502.zip、sqlite-dll-win32-x86-3071502.zip

安裝過程:

1.安裝Ruby1.9.3,安裝過程中提示是否把ruby加入環境變數,都鉤上

2.解壓sqlite-shell-win32-x86-3071502.zip、sqlite-dll-win32-x86-3071502.zip把解壓到東西都放到ruby安裝目錄的bin目錄裡面

3.開啟cmd,執行下面的命令:

gem sources --remove http://rubygems.org/

gem sources -a http://ruby.taobao.org/

gem sources -l

4.解壓下載DEVELOPMENT KIT到一個目錄比如d:\ruby-dev-tools

cmd下進入d:\ruby-dev-tools,執行下面的命令

ruby dk.rb init

ruby dk.rb review

ruby dk.rb install

gem install sqlite3

5.安裝rails,在cmd下面,執行gem install rails

6.建立一個簡單的demo應用:

首先建立一個你自己的工作目錄,我的是:D:\Ruby\works,然後進入cd D:\Ruby\works,命令列輸入:rails new demo --skip-bundle,等一下完成後,進入到demo目錄,找到Gemfile檔案,開啟,將第一行:source ‘https://rubygems.org ‘修改為:source ‘http://ruby.taobao.org/‘

cmd進入到demo目錄,執行命令bundle install

7.運行應用只要你再輸入最後一個命令,你就可以通過瀏覽器運行你的app了。

demo目錄下命令列輸入:rails server 看到了嗎?你的rails應用程式伺服器啟動成功了,趕快開啟瀏覽器體驗一下吧:輸入:http://localhost:3000


 

本文地址:http://www.host900.com/index.php/articles/285/

[ruby]Windows Ruby安裝步驟

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.