Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

クラウド IDE について調査する #15

Closed
os1ma opened this issue Jun 22, 2020 · 2 comments
Closed

クラウド IDE について調査する #15

os1ma opened this issue Jun 22, 2020 · 2 comments

Comments

@os1ma
Copy link
Owner

os1ma commented Jun 22, 2020

要件

  • JetBrains 系の IDE が使える
  • Visual Studio Code が使える
  • 日本にデータセンターがある

リスト

  • SaaS
    • Cloud9
    • Coder (code-server)
    • Gitpod
    • PaizaCloud
    • Codeanyware
    • Codenvy
    • Koding
    • CodeReady Workspaces
    • Eclipse Theia
  • OSS
    • Cloud9 Core
    • code-server

参考
https://qiita.com/cognitom/items/c489991a05f9abac748f

@os1ma
Copy link
Owner Author

os1ma commented Jun 24, 2020

Cloud9 のインストール手順

# Cloud9
readonly CLOUD9_PYTHON_VERSION='2.7.18'
git clone https://github.com/c9/core.git c9sdk
cd c9sdk
asdf install python "${CLOUD9_PYTHON_VERSION}"
asdf local python "${CLOUD9_PYTHON_VERSION}"
scripts/install-sdk.sh

起動

node server.js

python のバージョン設定が global ならセットアップできることは確認済み
local でもセットアップ可能か確認する

@os1ma
Copy link
Owner Author

os1ma commented Jun 24, 2020

code-server のインストール手順

curl -fsSL https://code-server.dev/install.sh | sh
code-server
gcloud beta compute ssh   working-instance   --zone=asia-northeast1-b   -- -N -L 8080:localhost:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant