Updated v0.5.0 应用图解 (markdown)

master
假想控 2018-01-28 22:31:55 +08:00
parent 0d56476c3f
commit 7cf6704822
1 changed files with 16 additions and 0 deletions

@ -52,3 +52,19 @@ Check database change, make migrations
http://ip 账号密码: admin admin http://ip 账号密码: admin admin
![webterminal](https://github.com/jumpserver/static/blob/master/wiki/v0.5.0/3.gif) ![webterminal](https://github.com/jumpserver/static/blob/master/wiki/v0.5.0/3.gif)
1.4 测试连接
```
$ ssh -p2222 admin@192.168.244.144
密码: admin
如果是用在windows下Xshell terminal登录语法如下
$ssh admin@192.168.244.144 2222
密码: admin
```
![webterminal](https://github.com/jumpserver/static/blob/master/wiki/v0.5.0/3.gif)
如果能登陆代表部署成功