さくらVPSにカスタムインストールしたCentOS7にCloud9をインストール設定しました
が起動できない状況です。
下記のサイトを参考に下記手順で設定しました。
Cloud9を自サーバにインストールしてどこでもコーディング
https://kijtra.com/article/cloud9-install/
# rootで実行 yum install -y glibc-static yum install -y epel-release yum install -y nodejs yum install -y npm --enablerepo=epel # 通常ユーザーで実行 cd ~/ git clone https://github.com/c9/core.git cloud9 cd cloud9 ./scripts/install-sdk.sh # サーバー起動 node server.js -p 8080 -a : python -V > Python 2.7.5 node -v > v0.10.42 firewall-cmd --permanent --zone=public --add-service=ssh firewall-cmd --permanent --zone=public --add-service=http firewall-cmd --permanent --zone=public --add-service=https firewall-cmd --permanent --zone=public --add-service=mysql firewall-cmd --permanent --zone=public --add-port=8080/tcp firewall-cmd --reload firewall-cmd --list-all public (default, active) interfaces: eth0 sources: services: dhcpv6-client http https mysql ssh ports: 8080/tcp masquerade: no forward-ports: icmp-blocks: rich rules:
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。