|
@@ -1,15 +1,15 @@
|
|
|
#!/bin/bash
|
|
|
pwd
|
|
|
|
|
|
-rm -rf ~/project/examcloud/examcloud-core-oe-face-distribution.zip
|
|
|
-rm -rf ~/project/examcloud/examcloud-core-oe-face/lib/
|
|
|
+rm -rf ~/project/examcloud/examcloud-core-oe-task-distribution.zip
|
|
|
+rm -rf ~/project/examcloud/examcloud-core-oe-task/lib/
|
|
|
|
|
|
-cp examcloud-core-oe-face-starter/target/examcloud-core-oe-face-distribution.zip ~/project/examcloud/
|
|
|
+cp examcloud-core-oe-task-starter/target/examcloud-core-oe-task-distribution.zip ~/project/examcloud/
|
|
|
|
|
|
cd ~/project/examcloud/
|
|
|
-unzip -o examcloud-core-oe-face-distribution.zip
|
|
|
+unzip -o examcloud-core-oe-task-distribution.zip
|
|
|
|
|
|
-cd examcloud-core-oe-face
|
|
|
+cd examcloud-core-oe-task
|
|
|
echo "--spring.profiles.active=test --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
|
|
|
|