File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ APIKEY=${APIKEY}
1010
1111# 部署配置 / Deployment configuration
1212# ModelEngine 开源版本号 / ModelEngine opensource version
13- VERSION = opensource -1.3.0
13+ VERSION = experience -1.1.9
1414
1515# 用户自定义数据库密码 / User-configured database password
1616DB_PASSWORD = ModelEngine@123
Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -eux
2+ set -eu
33export WORKSPACE=$( cd " $( dirname " $( readlink -f " $0 " ) " ) " && pwd)
44
55echo " === Deploying... ==="
@@ -8,6 +8,9 @@ mkdir -p app-platform-tmp/app-builder
88mkdir -p app-platform-tmp/fit-runtime
99mkdir -p app-platform-tmp/jade-db
1010mkdir -p app-platform-tmp/log
11+ read -p " Please input SiliconFlow API key (Official website: https://cloud.siliconflow.cn): " APIKEY
12+ echo " The input API key is: ${APIKEY: 0: 8} ****"
13+ sed -i " s/APIKEY=.*/APIKEY=${APIKEY} /g" .env
1114echo " Starting service..."
1215docker-compose -p app-platform up -d
1316echo " Service started"
@@ -16,3 +19,4 @@ docker stop sql-initializer
1619docker rm db-initializer
1720docker rm sql-initializer
1821echo " === Finished ==="
22+ echo " Please visit url: http://localhost:8001"
You can’t perform that action at this time.
0 commit comments