mirror of
https://github.com/lxsang/antd-tunnel-plugin
synced 2024-11-16 09:48:21 +01:00
Update README.md
This commit is contained in:
parent
84f2b586ce
commit
61f4dec7f3
30
README.md
30
README.md
@ -1,45 +1,33 @@
|
|||||||
# antd-wterm-plugin
|
# antd-tunnel-plugin
|
||||||
**wterm** is an [antd plugin](https://github.com/lxsang/ant-http) providing the Terminal gateway to the web using websocket.
|
**tunnel** is an [antd plugin](https://github.com/lxsang/ant-http) providing a generic purpose publish/subscribe message protocol using a single websocket connection.
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
As **wterm** is an **Antd's** plugin, the server must be pre-installed
|
As **tunnel** is an **Antd's** plugin, the server must be pre-installed
|
||||||
|
|
||||||
### build dep
|
### build dep
|
||||||
* git
|
* git
|
||||||
* make
|
* make
|
||||||
* build-essential
|
* build-essential
|
||||||
|
* ant-http (libantd.so)
|
||||||
|
|
||||||
|
|
||||||
### build
|
### build
|
||||||
When all dependencies are installed, the build can be done with a few single command lines:
|
When all dependencies are installed, the build can be done with a few single command lines:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir antd
|
mkdir tunnel
|
||||||
cd antd
|
cd tunnel
|
||||||
# replace x.x.x by a version number
|
# replace x.x.x by a version number
|
||||||
wget -O- https://get.bitdojo.dev/antd_plugin | bash -s "wterm-x.x.x"
|
wget -O- https://get.iohub.dev/antd_plugin | bash -s "tunnel-x.x.x"
|
||||||
|
|
||||||
# or install from a tarball distribution in dist/
|
# or install from a tarball distribution in dist/
|
||||||
tar xvzf wterm-x.x.x.tar.gz
|
tar xvzf tunnel-x.x.x.tar.gz
|
||||||
cd wterm-x.x.x
|
cd tunnel-x.x.x
|
||||||
./configure --prefix=/opt/www --enable-debug=yes
|
./configure --prefix=/opt/www --enable-debug=yes
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Run
|
|
||||||
To run the Antd server with the **wterm** plugin:
|
|
||||||
```sh
|
|
||||||
/path/to/your/build/antd
|
|
||||||
```
|
|
||||||
|
|
||||||
Web applications can be put on **/path/to/your/build/htdocs**, the web socket to **wterm** is available at:
|
|
||||||
```
|
|
||||||
ws://your_host:your_port/wterm
|
|
||||||
```
|
|
||||||
This websocket address can be used with [xterm.js](https://xtermjs.org) to provide web based termnial access
|
|
||||||
|
|
||||||
### Generate distribution
|
### Generate distribution
|
||||||
```sh
|
```sh
|
||||||
libtoolize
|
libtoolize
|
||||||
|
Loading…
Reference in New Issue
Block a user