Commit 92808d4c authored by ibuler's avatar ibuler

Merge branch 'dev' into test

parents e1a3cf3b 5598b1f0
...@@ -10,8 +10,8 @@ pre version. ...@@ -10,8 +10,8 @@ pre version.
## Install ## Install
$ git clone http://xxxx $ git clone https://github.com/jumpserver/coco.git
## Setting ## Setting
You need update config.py settings as you need, Be aware of: You need update config.py settings as you need, Be aware of:
...@@ -23,7 +23,7 @@ They are: ...@@ -23,7 +23,7 @@ They are:
NAME: NAME:
JUMPSERVER_URL: JUMPSERVER_URL:
SECRET_KEY: SECRET_KEY:
Also some config you need kown: Also some config you need kown:
SSH_HOST: SSH_HOST:
SSH_PORT: SSH_PORT:
...@@ -31,8 +31,8 @@ Also some config you need kown: ...@@ -31,8 +31,8 @@ Also some config you need kown:
## Start ## Start
# python ssh_server.py # python run_server.py
When your start ssh server, It will register with jumpserver api, When your start ssh server, It will register with jumpserver api,
Then you need login jumpserver with admin user, active it in <Terminal> Then you need login jumpserver with admin user, active it in <Terminal>
......
# coding: utf-8 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
import weakref import weakref
import logging import logging
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment