liuyuqi-dellpc dab93b75b7 init | 1 year ago | |
---|---|---|
data | 1 year ago | |
fronted | 1 year ago | |
nginx | 1 year ago | |
src | 1 year ago | |
wrapper | 1 year ago | |
.coding-ci.yml | 1 year ago | |
README.md | 1 year ago | |
docker-compose.yml | 1 year ago | |
license.jwt | 1 year ago | |
pom.xml | 1 year ago | |
rearServer.iml | 1 year ago |
PandaraNext 作者zhele并未开源,提供docker镜像方便用户搭建类似web项目。
PandoraNext
chat-shared3.zhile.io
的共享站。1、到 https://https://dash.pandoranext.com 登录github账户,获取token
2、执行如下命令
curl -fL "https://dash.pandoranext.com/data/9qPqvlpMmrdYrKTNVL1QhwsCbW8RMs0WDSgp5Bf3o68/license.jwt" > license.jwt
3、配置config
docker compose pull
docker compose up -d
cd frontend
yarn && yarn dev
cp -rf dist/* ../src/main/resources/static
cd ../
mvn clean package
java -jar target/pandora-next-1.0.0.jar
docker构建:
docker build -t jianboy/pandora-next .
docker compose up -