顯示具有 紀錄 標籤的文章。 顯示所有文章
顯示具有 紀錄 標籤的文章。 顯示所有文章

2015/11/2

還是失敗 -- gitlab install from source

https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md
--- 這篇不夠清楚。一直 fail...最後連 GemFile 都不見了

可能要試試看這一篇..
https://www.linode.com/docs/applications/development/how-to-install-and-configure-gitlab-on-ubuntu-14-04-trusty-tahr

一樣,到 ,,.git bundle install 時出現 GemFile 找不到。

會是 arm platform 的問題?

改用 virtualbox 裝 jessie 是一次。

2015/10/28

instal ruby 2.2 on raspberry pi

pi@raspberrypi:~$ curl -L https://get.rvm.io > rvm.sh
pi@raspberrypi:~$ ./rvm.sh  stable --ruby                                                                         
Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz                                                     
Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc
gpg: Signature made Mon 30 Mar 2015 21:52:13 UTC using RSA key ID BF04FF17
gpg: Can't check signature: public key not found     
Warning, RVM 1.26.0 introduces signed releases and automated check of signatures when GPG software found.
Assuming you trust Michal Papis import the mpapis public key (downloading the signatures).
                                                                    
GPG signature verification failed for '/home/pi/.rvm/archives/rvm-1.26.11.tgz' - 'https://github.com/rvm/rvm/relea
ses/download/1.26.11/1.26.11.tar.gz.asc'! 
try downloading the signatures:            
                                     
    gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3  
                                      
or if it fails:                
                                                       
    command curl -sSL https://rvm.io/mpapis.asc | gpg --import -    
                                     
the key can be compared with:          
                                 
    https://rvm.io/mpapis.asc                                     
    https://keybase.io/mpapis  
只好分兩步,先
curl -sSL https://rvm.io/mpapis.asc > mpapis.asc
gpg --import mpapis.asc
重run rvm.sh .. 繼續..