mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
Update README.md
This commit is contained in:
parent
6f811a0109
commit
4698a844ab
20
README.md
20
README.md
@ -12,3 +12,23 @@ A lightweight and portable HTTP/HTTPs web server written in standard C:
|
||||
* PHP extension [https://github.com/lxsang/antd-ph7-plugin](https://github.com/lxsang/antd-ph7-plugin): using PHP as serverside script
|
||||
* Web terminal [https://github.com/lxsang/antd-wterm-plugin](https://github.com/lxsang/antd-wterm-plugin): plugin for using Unix termninal from the web via websocket
|
||||
* Web VNC [https://github.com/lxsang/antd-wvnc-plugin](https://github.com/lxsang/antd-wvnc-plugin): Remote computer accessing using VNC protocol on the web (via websocket)
|
||||
|
||||
### build dep
|
||||
* git
|
||||
* make
|
||||
* build-essential
|
||||
|
||||
### server dependencies
|
||||
* libssl-dev
|
||||
* libsqlite3-dev
|
||||
|
||||
### build
|
||||
When all dependencies are installed, the build can be done with a few single command lines:
|
||||
|
||||
```bash
|
||||
mkdir antd
|
||||
cd antd
|
||||
# build with all plugins
|
||||
wget -O - https://apps.lxsang.me/script/antd | bash -s "lua ph7 wterm wvnc"
|
||||
```
|
||||
The script will ask you where you want to put the binaries (should be an absolute path, otherwise the build will fail) and the default HTTP port for the server config.
|
||||
|
Loading…
Reference in New Issue
Block a user