Skip to content

Commit

Permalink
Add tradition chinese version README
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed May 19, 2017
1 parent 4ea38d6 commit 173c005
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ️️☁️Cloud9 Launcher☁️ (In dev)
## ☁️Cloud9 Launcher☁️ (In dev)

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

Expand All @@ -9,6 +9,7 @@ It's a Nodejs application allows you manage your Cloud9 IDE workflows on your ow
- Manage your cloud9 processes.
- GUI
- Use basic authorization
- Don't need database to save setting.

### Install

Expand All @@ -31,7 +32,6 @@ npm start
- Auto find a port which allow inbound connection.
- Add arguments setting to node or c9.
- Pause c9 process.
- Save changed settings.
- Monitor processes on client side.

### About
Expand Down
39 changes: 39 additions & 0 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## ️☁️Cloud9 Launcher☁️ (開發中)

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

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

### 特色

- 管理你的 Cloud9 程序。
- 圖形化介面
- 使用 basic authorization。
- 不需要資料庫來儲存設定。

### 安裝

#### Cloud9 IDE

請參考 [c9/core](https://github.com/c9/core)

#### Cloud9 Launcher

```sh
git clone https://github.com/ALiangLiang/cloud9-launcher.git
cd cloud9-launcher
npm run init
vim ~/.config/configstore/cloud9-launcher.json # 請填寫設定
npm start
```

### TODO

- 自動掃描可以讓外部連入且沒在使用的 port。
- 可以對 node 或 cloud9 使用參數
- 凍結 cloud9 程序。
- 在圖形化介面上監控程序

### 關於

這個專案是啟發自 [c9ui](https://github.com/orditeck/c9ui),因為我是台灣人,所以這個專案中的英文如果有錯,麻煩幫我修一下順便 PR 上來,拜託各為了QQ

0 comments on commit 173c005

Please sign in to comment.