mirror of
https://github.com/xxoommd/magic.git
synced 2025-05-22 13:12:45 +00:00
41 lines
628 B
Markdown
41 lines
628 B
Markdown
# Verion 0.3
|
|
|
|
## QUICK START
|
|
|
|
1. Set variable: `DOMAIN` and `TAG`
|
|
|
|
```shell
|
|
export DOMAIN=xxx.xxx
|
|
export TAG=v0.4
|
|
```
|
|
|
|
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
|
|
bash <(curl -fsSL https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_client.sh)
|
|
```
|
|
|
|
- Gitea:
|
|
|
|
```shell
|
|
bash <(curl -fsSL https://gitee.com/xxoommd/magic/raw/main/x/quick_client.sh)
|
|
```
|