Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed May 20, 2017
1 parent ad93e62 commit c3c22ce
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

It's a Nodejs application allows you manage your Cloud9 IDE workflows on your own server without the need of a terminal.

Read this in other languages: [English](REAMDE.md), [正體中文](README.zh-tw.md)
Read this in other languages: [English](README.md), [正體中文](README.zh-tw.md)

![Screenshot](https://raw.githubusercontent.com/ALiangLiang/cloud9-launcher/master/screenshot.png)

Expand All @@ -18,6 +18,14 @@ Read this in other languages: [English](REAMDE.md), [正體中文](README.zh-tw.
#### Cloud9 IDE

reference [c9/core](https://github.com/c9/core)
```sh
git clone git://github.com/c9/core.git c9sdk
cd c9sdk
scripts/install-sdk.sh
```
This is simple, isn't it?

If you want your c9 use https, you can refer this [issue](https://github.com/c9/core/issues/229).

#### Cloud9 Launcher

Expand All @@ -29,6 +37,12 @@ vim ~/.config/configstore/cloud9-launcher.json # fill this configure file
npm start
```

### Update

```sh
git pull
```

### TODO

- Auto find a port which allow inbound connection.
Expand Down
10 changes: 9 additions & 1 deletion README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

用圖形化介面管理你所有的 Cloud9 IDE,省下使用 CLI 的麻煩。

其他語言的 README:[English](REAMDE.md), [正體中文](README.zh-tw.md)
其他語言的 README:[English](README.md), [正體中文](README.zh-tw.md)

![截圖](https://raw.githubusercontent.com/ALiangLiang/cloud9-launcher/master/screenshot.png)

Expand All @@ -18,6 +18,14 @@
#### Cloud9 IDE

請參考 [c9/core](https://github.com/c9/core)
```sh
git clone git://github.com/c9/core.git c9sdk
cd c9sdk
scripts/install-sdk.sh
```
真的很好安裝啦,不騙你。

如果你想要讓你的 c9 ide 使用 https,你可以參考這篇 [issue](https://github.com/c9/core/issues/229)

#### Cloud9 Launcher

Expand Down

0 comments on commit c3c22ce

Please sign in to comment.