Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
4de3e993
Commit
4de3e993
authored
Apr 25, 2018
by
Junling Bu
Browse files
update[deploy]: 部署脚本deploy.sh中把romcat8也重启。
parent
d81ee09e
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/bin/deploy.sh
View file @
4de3e993
...
...
@@ -27,4 +27,8 @@ sudo ln -f -s /home/ubuntu/deploy/litemall-admin-api/litemall-admin-api.jar /etc
#启动服务
sudo
/etc/init.d/litemall-os-api restart
sudo
/etc/init.d/litemall-wx-api restart
sudo
/etc/init.d/litemall-admin-api restart
\ No newline at end of file
sudo
/etc/init.d/litemall-admin-api restart
# tomcat8服务也启动
sudo
service tomcat8 stop
sudo
service tomcat8 start
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment