magic/x/README.md
2025-01-06 09:53:54 +08:00

41 lines
624 B
Markdown

# Verion 0.2
## QUICK START
1. Set variable: `DEPLOY_DOMAIN` and `TAG`
```shell
export DEPLOY_DOMAIN=xxx.xxx
export TAG=v0.2
```
2. Start
#### server
- Github:
```shell
bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_server.sh)
```
- Gitea:
```shell
bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/x/quick_server.sh)
```
#### client
- Github:
```shell
TAG=latest bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_client.sh)
```
- Gitea:
```shell
TAG=latest bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/x/quick_client.sh)
```