Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Lianghb
2016-01-26 12:13:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68519dcec959c2f10da636cf8b36384057a75bbb
68519dce
1 parent
9a99d84b
Updated BoxFishVote项目打包部署操作流程 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
BoxFishVote项目打包部署操作流程.md
BoxFishVote项目打包部署操作流程.md
View file @
68519dc
...
...
@@ -18,16 +18,23 @@
>
-
进入target目录
cd target
-
用scp命令把jar包上传到服务器,scp 文件名 用户名@服务器ip:上传路径
>
-
用scp命令把jar包上传到服务器
scp 文件名 用户名@服务器ip:上传路径
**\[scp BoxFishVote-1.0.jar root@114.55.0.135:/opt\]**
>
-
输入服务器登陆密码,等到上传完毕
-
建立软连接
>
-
用ssh登陆服务器
**\[ssh root@114.55.0.135\]**
>
-
ln -s /路径/xxxx-x.x.jar /etc/init.d/自定义名字
**\[ln -s /opt/BoxFishVote-1.0.jar /etc/init.d/boxfish-vote\]**
...
...
@@ -39,20 +46,14 @@
-
启动
>
-
service
**boxfish-vote**
start
service boxfish-vote start
-
停止
>
-
service
**boxfish-vote**
stop
service boxfish-vote stop
-
重启
>
-
service
**boxfish-vote**
restart
service boxfish-vote restart
...
...
Please
register
or
login
to post a comment