1 Star 0 Fork 33

Junior/zilla-push

forked from Chameleon/zilla-push 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
quick-start.bat 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
青梅煮茶 提交于 2013-12-30 17:41 +08:00 . 初始导入
@echo off
echo [Pre-Requirement] Makesure install JDK 6.0+ and set the JAVA_HOME.
echo [Pre-Requirement] Makesure install Maven 3.0.3+ and set the PATH.
set MVN=mvn
set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128m
echo [Step 1] Install all bsl-push modules to local maven repository.
call %MVN% clean install -Dmaven.test.skip=true
if errorlevel 1 goto error
echo [Step 2] Start push-server and push-console.
cd push-server
start "Push-Server" %MVN% clean jetty:run -Djetty.port=18861
if errorlevel 1 goto error
cd ..\push-console
start "Push-Console" %MVN% clean jetty:run
if errorlevel 1 goto error
cd ..\
echo [INFO] Please wait a moment. When you see "[INFO] Started Jetty Server" in both 2 popup consoles, you can access below demo sites:
echo [INFO] http://localhost:18861/push-server
echo [INFO] http://localhost:8080/push-console
goto end
:error
echo Error Happen!!
:end
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/juniorRay/zilla-push.git
git@gitee.com:juniorRay/zilla-push.git
juniorRay
zilla-push
zilla-push
master

搜索帮助