Skip to content

Commit

Permalink
linux下的启动脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Mar 23, 2014
1 parent 71a2393 commit 7db43f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions startup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
echo Starting APDPlat ...
cd APDPlat_Core
mvn clean install
cd ..
cd APDPlat_Module
mvn clean install
cd ..
cd APDPlat_Web
mvn clean
export MAVEN_OPTS="-Xms256m -Xmx1000m -XX:MaxNewSize=256m -XX:MaxPermSize=256m"
mvn jetty:run-war

0 comments on commit 7db43f0

Please sign in to comment.