|
@@ -10,7 +10,7 @@ cd ~/project/examcloud/
|
|
|
unzip -o examcloud-core-oe-task-distribution.zip
|
|
|
|
|
|
cd examcloud-core-oe-task
|
|
|
-echo "--spring.profiles.active=test --examcloud.startup.configCenterHost=localhost" > start.args
|
|
|
+echo "--spring.profiles.active=dev --examcloud.startup.configCenterHost=localhost" > start.args
|
|
|
echo "-server -Xms512m -Xmx512m -XX:-UseGCOverheadLimit -Dfacepp.compare.url=https://api-cn.faceplusplus.com/facepp/v3/compare" > start.vmoptions
|
|
|
|
|
|
bash stop.sh
|