mirror of
https://github.com/xxoommd/magic.git
synced 2025-05-23 05:52:43 +00:00
38 lines
578 B
Markdown
38 lines
578 B
Markdown
## QUICK START
|
|
|
|
1. Set variable: `DEPLOY_DOMAIN`
|
|
|
|
```shell
|
|
export DEPLOY_DOMAIN=xxx.xxx
|
|
```
|
|
|
|
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/quick_server.sh)
|
|
```
|
|
|
|
#### client
|
|
|
|
- Github:
|
|
|
|
```shell
|
|
TAG=latest bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/quick_client.sh)
|
|
```
|
|
|
|
- Gitea:
|
|
|
|
```shell
|
|
TAG=latest bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/quick_client.sh)
|
|
```
|