我是靠谱客的博主 干净鸵鸟,这篇文章主要介绍Portal Core部署步骤,现在分享给大家,希望可以做个参考。

1.svn检出项目
svn co  http://172.16.0.243/svn/portal_core/.../portal_core_2
2.编译打包
cd portal_core_2
mvn clean package -Dmaven.test.skip=true
3.解压包
cd dev_launcher/target
unzip dev_launcher-1.0-dev-bin.zip
4.赋权
cd dev_launcher-1.0-dev/
chmod a+x bin/run.sh
5.修改数据库连接及MQ地址
cd conf/
vi spring.properties
6.启动程序
cd ../
nohup bin/run.sh &
或者 screen sh bin/run.sh $
 
 

最后

以上就是干净鸵鸟最近收集整理的关于Portal Core部署步骤的全部内容,更多相关Portal内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(60)

评论列表共有 0 条评论

立即
投稿
返回
顶部