Commit c998a341 authored by wojiushixiaobai's avatar wojiushixiaobai

文档更新

parent 8d5d7961
......@@ -165,3 +165,7 @@ FAQ
$ source /opt/py3/bin/activate
$ cd /opt/jumpserver/apps
$ python manage.py changepassword <user_name>
(11). 清理celery产生的数据(无法正常推送及连接资产是可以使用)
$ from celery.task.control import discard_all
$ discard_all()
......@@ -13,6 +13,7 @@ Jumpserver 文档
introduce
installation
installation_Lazy
admin_guide
user_guide
development
......
安装文档
安装文档-详细版
++++++++++++++++++++++++
.. toctree::
......
安装文档-懒人版
++++++++++++++++++++++++
.. toctree::
:maxdepth: 1
setup_by_centos7.rst
This diff is collapsed.
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