Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
d706e495
Commit
d706e495
authored
Dec 20, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update]更新文档
parent
1e5b5b8b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
27 deletions
+2
-27
distributed_05.rst
docs/distributed_05.rst
+0
-4
setup_by_centos7.rst
docs/setup_by_centos7.rst
+0
-4
setup_by_fast.rst
docs/setup_by_fast.rst
+0
-2
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+1
-8
step_by_step.rst
docs/step_by_step.rst
+1
-8
upgrade.rst
docs/upgrade.rst
+0
-1
No files found.
docs/distributed_05.rst
View file @
d706e495
...
@@ -219,10 +219,6 @@
...
@@ -219,10 +219,6 @@
$ nginx -t
$ nginx -t
$ systemctl start nginx
$ systemctl start nginx
# 生成数据库表结构和初始化数据
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
# 运行 Jumpserver
# 运行 Jumpserver
$ cd /opt/jumpserver
$ cd /opt/jumpserver
$ ./jms start all # 后台运行使用 -d 参数./jms start all -d
$ ./jms start all # 后台运行使用 -d 参数./jms start all -d
...
...
docs/setup_by_centos7.rst
View file @
d706e495
...
@@ -229,10 +229,6 @@ CentOS 7 安装文档
...
@@ -229,10 +229,6 @@ CentOS 7 安装文档
.. code-block:: shell
.. code-block:: shell
# 生成数据库表结构和初始化数据
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
# 运行 Jumpserver
# 运行 Jumpserver
$ cd /opt/jumpserver
$ cd /opt/jumpserver
$ ./jms start all # 后台运行使用 -d 参数./jms start all -d
$ ./jms start all # 后台运行使用 -d 参数./jms start all -d
...
...
docs/setup_by_fast.rst
View file @
d706e495
...
@@ -134,8 +134,6 @@
...
@@ -134,8 +134,6 @@
&& sed -i "s/# LOG_LEVEL = 'DEBUG'/LOG_LEVEL = 'ERROR'/g" /opt/jumpserver/config.py \
&& sed -i "s/# LOG_LEVEL = 'DEBUG'/LOG_LEVEL = 'ERROR'/g" /opt/jumpserver/config.py \
&& sed -i "s/# SESSION_EXPIRE_AT_BROWSER_CLOSE = False/SESSION_EXPIRE_AT_BROWSER_CLOSE = True/g" /opt/jumpserver/config.py \
&& sed -i "s/# SESSION_EXPIRE_AT_BROWSER_CLOSE = False/SESSION_EXPIRE_AT_BROWSER_CLOSE = True/g" /opt/jumpserver/config.py \
&& sed -i "s/DB_PASSWORD = ''/DB_PASSWORD = '$DB_PASSWORD'/g" /opt/jumpserver/config.py \
&& sed -i "s/DB_PASSWORD = ''/DB_PASSWORD = '$DB_PASSWORD'/g" /opt/jumpserver/config.py \
&& cd /opt/jumpserver/utils \
&& sh make_migrations.sh \
&& cd /opt/jumpserver \
&& cd /opt/jumpserver \
&& ./jms start all -d \
&& ./jms start all -d \
&& Server_IP=`ip addr | grep inet | egrep -v '(127.0.0.1|inet6|docker)' | awk '{print $2}' | tr -d "addr:" | head -n 1 | cut -d / -f1` \
&& Server_IP=`ip addr | grep inet | egrep -v '(127.0.0.1|inet6|docker)' | awk '{print $2}' | tr -d "addr:" | head -n 1 | cut -d / -f1` \
...
...
docs/setup_by_ubuntu.rst
View file @
d706e495
...
@@ -252,14 +252,7 @@
...
@@ -252,14 +252,7 @@
# Default using Config settings, you can write if/else for different env
# Default using Config settings, you can write if/else for different env
config = DevelopmentConfig()
config = DevelopmentConfig()
**2.8 生成数据库表结构和初始化数据**
**2.8 运行 Jumpserver**
.. code-block:: shell
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
**2.9 运行 Jumpserver**
.. code-block:: shell
.. code-block:: shell
...
...
docs/step_by_step.rst
View file @
d706e495
...
@@ -283,14 +283,7 @@
...
@@ -283,14 +283,7 @@
# Default using Config settings, you can write if/else for different env
# Default using Config settings, you can write if/else for different env
config = DevelopmentConfig()
config = DevelopmentConfig()
**2.8 生成数据库表结构和初始化数据**
**2.8 运行 Jumpserver**
.. code-block:: shell
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
**2.9 运行 Jumpserver**
.. code-block:: shell
.. code-block:: shell
...
...
docs/upgrade.rst
View file @
d706e495
...
@@ -145,7 +145,6 @@
...
@@ -145,7 +145,6 @@
.. code-block:: shell
.. code-block:: shell
$ pip install -r requirements/requirements.txt
$ pip install -r requirements/requirements.txt
$ cd utils && sh make_migrations.sh
.. code-block:: shell
.. code-block:: shell
...
...
Write
Preview
Markdown
is supported
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