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
de5066f8
Unverified
Commit
de5066f8
authored
Dec 20, 2018
by
wojiushixiaobai
Committed by
GitHub
Dec 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2233 from wojiushixiaobai/docs
[Update]更新文档
parents
1e5b5b8b
d706e495
Show 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 @
de5066f8
...
...
@@ -219,10 +219,6 @@
$ nginx -t
$ systemctl start nginx
# 生成数据库表结构和初始化数据
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
# 运行 Jumpserver
$ cd /opt/jumpserver
$ ./jms start all # 后台运行使用 -d 参数./jms start all -d
...
...
docs/setup_by_centos7.rst
View file @
de5066f8
...
...
@@ -229,10 +229,6 @@ CentOS 7 安装文档
.. code-block:: shell
# 生成数据库表结构和初始化数据
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
# 运行 Jumpserver
$ cd /opt/jumpserver
$ ./jms start all # 后台运行使用 -d 参数./jms start all -d
...
...
docs/setup_by_fast.rst
View file @
de5066f8
...
...
@@ -134,8 +134,6 @@
&& 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/DB_PASSWORD = ''/DB_PASSWORD = '$DB_PASSWORD'/g" /opt/jumpserver/config.py \
&& cd /opt/jumpserver/utils \
&& sh make_migrations.sh \
&& cd /opt/jumpserver \
&& ./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` \
...
...
docs/setup_by_ubuntu.rst
View file @
de5066f8
...
...
@@ -252,14 +252,7 @@
# Default using Config settings, you can write if/else for different env
config = DevelopmentConfig()
**2.8 生成数据库表结构和初始化数据**
.. code-block:: shell
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
**2.9 运行 Jumpserver**
**2.8 运行 Jumpserver**
.. code-block:: shell
...
...
docs/step_by_step.rst
View file @
de5066f8
...
...
@@ -283,14 +283,7 @@
# Default using Config settings, you can write if/else for different env
config = DevelopmentConfig()
**2.8 生成数据库表结构和初始化数据**
.. code-block:: shell
$ cd /opt/jumpserver/utils
$ sh make_migrations.sh
**2.9 运行 Jumpserver**
**2.8 运行 Jumpserver**
.. code-block:: shell
...
...
docs/upgrade.rst
View file @
de5066f8
...
...
@@ -145,7 +145,6 @@
.. code-block:: shell
$ pip install -r requirements/requirements.txt
$ cd utils && sh make_migrations.sh
.. 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