Add install script.

This commit is contained in:
xuef
2023-12-30 14:59:42 +00:00
parent c3f2863c10
commit 2c49af46b1
2 changed files with 38 additions and 0 deletions
+10
View File
@@ -7,6 +7,16 @@
ChessServer is just a simple chess server for [Aiursoft](https://www.aiursoft.com) to test our new features.
## Run in Ubuntu
First, specify a domain name for your Ubuntu 18.04+, brand-new server.
And execute the following command in the server:
```bash
curl -sL https://gitlab.aiursoft.cn/aiursoft/chessserver/-/raw/master/install.sh | sudo bash
```
## Run locally
Requirements about how to run