溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

workflow engine Ruote如何安裝

發(fā)布時(shí)間:2021-11-22 14:32:34 來(lái)源:億速云 閱讀:100 作者:小新 欄目:編程語(yǔ)言

這篇文章主要為大家展示了“workflow engine Ruote如何安裝”,內(nèi)容簡(jiǎn)而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“workflow engine Ruote如何安裝”這篇文章吧。

   在安裝gem安裝Ruote的過(guò)程中遇到問(wèn)題,改用bundle安裝:

 1 steven@steven-Latitude-D630:/usr$ sudo mkdir bundel   2 [sudo] password for steven:    3 Sorry, try again.   4 [sudo] password for steven:    5 steven@steven-Latitude-D630:/usr$ cd bundel/   6 steven@steven-Latitude-D630:/usr/bundel$ vi Gemfile   7 steven@steven-Latitude-D630:/usr/bundel$ sudo vi Gemfile   8 steven@steven-Latitude-D630:/usr/bundel$ bun   9 bundle   bunzip2    10 steven@steven-Latitude-D630:/usr/bundel$ bundle install  11 The source :rubygems is deprecated because HTTP requests are insecure.  12 Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.  13 Fetching gem metadata from http://rubygems.org/.........  14 Resolving dependencies...  15 Using atomic (1.1.14)   16 Installing blankslate (2.1.2.4)   17 Installing tins (0.13.1)   18 Installing file-tail (1.0.12)   19 Installing parslet (1.4.0)   20 Installing sexp_processor (3.2.0)   21 Installing ruby_parser (2.3.1)   22 Installing ruby2ruby (1.3.1)   23 Installing rufus-json (1.0.6)   24 Installing rufus-cloche (1.0.4)   25 Installing rufus-dollar (1.0.4)   26 Installing rufus-mnemo (1.2.3)   27 Using thread_safe (0.1.3)   28 Installing tzinfo (1.1.0)   29 Installing rufus-scheduler (3.0.2)   30 Installing rufus-treechecker (1.0.8)   31 Installing sourcify (0.5.0)   32 Using ruote (2.3.1) from source at ..   33 Errno::EACCES: Permission denied - ruote-2.3.1.gem  34 An error occurred while installing ruote (2.3.1), and Bundler cannot continue.  35 Make sure that `gem install ruote -v '2.3.1'` succeeds before bundling.  36 steven@steven-Latitude-D630:/usr/bundel$ gem install ruote -v '2.3.1'  37 ERROR:  Could not find a valid gem 'ruote' (= 2.3.1) in any repository  38 ^CERROR:  Interrupted  39 steven@steven-Latitude-D630:/usr/bundel$ gem install ruote -v '2.3.0'  40 Fetching: ruote-2.3.0.gem (100%)  41 Successfully installed ruote-2.3.0  42 Parsing documentation for ruote-2.3.0  43 Installing ri documentation for ruote-2.3.0  44 1 gem installed  45 steven@steven-Latitude-D630:/usr/bundel$

其中在Gemfile中寫的加入的內(nèi)容是:

1 source :rubygems  2   3 gem 'yajl-ruby', '1.1.0', :require => 'yajl'  4   5 #gem 'ruote', '>= 2.3.0'  6 #gem 'ruote', :git => 'git://github.com/jmettraux/ruote.git'  7 gem 'ruote', :path => '..'
1 steven@ubuntu:~/ruote/quickstart$ ruby -v  2 ruby 2.0.0p247 (2013-06-27 revision 41674) [i686-linux]
1 steven@ubuntu:~/ruote/quickstart$ gem -v  2 2.1.11

以上是“workflow engine Ruote如何安裝”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注億速云行業(yè)資訊頻道!

向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI