English | 简体中文
Please install the latest version of Docker.
You can download the entire project using the overall project download method, or you can download the repository of this module using the following command.
- Create a local directory , run cmd:
mkdir ./platform-proxy
- Enter the directory, run cmd:
cd ./platform-proxy
- Run cmd:
git clone git@github.com:ao-space/platform-proxy.git .
Run cmd: docker build -t hub.eulix.xyz/ao-space/platform-proxy:dev .
, Where the tag parameter can be modified according to the actual situation.。
- REDIS_ADDR: redis server addr
- REDIS_PORT: redis server port
- REDIS_PASSWORD: redis access password
Run cmd: docker run -itd --name platform-proxy -p 8001:80 -e REDIS_ADDR=192.168.10.155 -e REDIS_PORT=19462 -e REDIS_PASSWORD=EV8RYxWgEdVTwuyL hub.eulix.xyz/ao-space/platform-proxy:dev
Contributions to this project are very welcome. Here are some guidelines and suggestions to help you get involved in the project.