8000 GitHub - kyswtnb/vagrant-CloudGate-SDK: CloudGate-SDK vagrant build
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kyswtnb/vagrant-CloudGate-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudGateSDKのBuild環境をvagrantで実現する

環境

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.4 LTS"
$ uname -a
Linux LAPTOP-ALOBKCGQ 4.4.0-17134-Microsoft #137-Microsoft Thu Jun 14 18:46:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux

build手順

  1. vagrantでubuntu起動
    vagrant up
    vagrant.exe up
  2. ubuntuへログイン
    ssh vagrant@192.168.33.36
    
      # password -> vagrant
    
    cd CloudGate-SDK-x86_64-v2.78.0/
    
    ./build.sh
        # pythonのbuildで一度コケるが再実行で通る。謎。。

その他のパッケージを追加する場合

  1. feedsで必要なものをインポート
    ssh vagrant@192.168.33.36
    
      # password -> vagrant
    
    cd CloudGate-SDK-x86_64-v2.78.0/
    
    # 例)
    ./scripts/feeds install nginx
    
    # nginxをyでインストール対象とする
    make menuconfig
    
    # build
    make
        ## debugは make V=99

About

CloudGate-SDK vagrant build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0