6
2

More than 5 years have passed since last update.

gcloudとgoapp環境構築手順

Posted at

gcloud x goapp環境構築手順

[WIP] いろいろ追記する(`・ω・´)

gcloudをインストール

$ cat $HOME/google-cloud-sdk/VERSION
220.0.0
$ $HOME/google-cloud-sdk/install.sh
$ source ~/.bash_profile
$ gcloud version
Google Cloud SDK 220.0.0
bq 2.0.34
cloud-datastore-emulator 2.0.2
core 2018.10.08
gsutil 4.34

goappをインストール

$ gcloud components install app-engine-go
$ chmod +x $HOME/google-cloud-sdk/platform/google_appengine/goapp
$ echo 'export PATH=$HOME/google-cloud-sdk/platform/google_appengine:$PATH' >> ~/.bash_profile
$ source ~/.bash_profile
$ goapp version
go version 1.9.4 (appengine-1.9.75) darwin/amd64

参考資料

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2