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
d608ae99
Commit
d608ae99
authored
Jul 06, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文档
parent
40ec5641
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
24 deletions
+24
-24
distributed_04.rst
docs/distributed_04.rst
+6
-6
setup_by_centos7.rst
docs/setup_by_centos7.rst
+6
-6
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+6
-6
step_by_step.rst
docs/step_by_step.rst
+6
-6
No files found.
docs/distributed_04.rst
View file @
d608ae99
...
...
@@ -134,16 +134,16 @@
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
...
...
docs/setup_by_centos7.rst
View file @
d608ae99
...
...
@@ -178,16 +178,16 @@ CentOS 7 安装文档
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
...
...
docs/setup_by_ubuntu.rst
View file @
d608ae99
...
...
@@ -189,16 +189,16 @@
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
...
...
docs/step_by_step.rst
View file @
d608ae99
...
...
@@ -219,16 +219,16 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
return None
class DevelopmentConfig(Config):
pass
class DevelopmentConfig(Config):
pass
class TestConfig(Config):
pass
class TestConfig(Config):
pass
class ProductionConfig(Config):
pass
class ProductionConfig(Config):
pass
# Default using Config settings, you can write if/else for different env
...
...
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