dc-agent/README.md

42 lines
1010 B
Markdown
Raw Normal View History

2019-08-20 00:32:30 +08:00
# DC-Agent
## Guide
2019-08-22 22:05:54 +08:00
### Linux、Darwin(Mac OS)
2019-08-20 00:32:30 +08:00
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
```sh
2019-08-27 11:54:31 +08:00
curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && sudo ./setup.sh
2019-08-22 22:05:54 +08:00
# Or
# wget https://y-bi.top/setup.sh
# sudo chmod +x setup.sh
# sudo ./setup.sh
2019-08-20 00:32:30 +08:00
```
2019-09-15 23:27:08 +08:00
Before install in gentoo:
```bash
ln -s /sbin/rc-service /sbin/service
```
After install in gentoo:
2019-09-15 22:32:03 +08:00
```bash
rc-update add DC-Agent default
```
2019-08-20 00:32:30 +08:00
### Windows
2019-09-01 01:44:55 +08:00
Download setup file: [https://y-bi.top/setup.exe](https://y-bi.top/setup.exe)
2019-08-25 23:57:04 +08:00
2019-09-02 01:05:17 +08:00
Reluctantly support for Windows XP, require .NET Framework 4.0, limited support only, please upgrade the operating system as soon.
Minimum system support for Windows 7 or Windows Server 2008 R2. Node.js no longer supports the old operating system.
2019-09-01 01:44:55 +08:00
For security, it is recommended to open tls1.2, enable Transport Layer Security (TLS) 1.2 [https://github.com/TheLevelUp/pos-tls-patcher](https://github.com/TheLevelUp/pos-tls-patcher).
2019-09-10 22:52:16 +08:00
## Author
Yi Wang a@wyr.me