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
2b69e028
Commit
2b69e028
authored
7 years ago
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新文档
parent
34c438d7
docs
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
21 deletions
+14
-21
distributed_02.rst
docs/distributed_02.rst
+3
-3
setup_by_centos7.rst
docs/setup_by_centos7.rst
+4
-4
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+3
-6
step_by_step.rst
docs/step_by_step.rst
+4
-8
No files found.
docs/distributed_02.rst
View file @
2b69e028
...
...
@@ -37,9 +37,9 @@
# 下载 luna
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
0/dist
.tar.gz
$ tar xvf
dist
.tar.gz
$
mv dis
t luna
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1/luna
.tar.gz
$ tar xvf
luna
.tar.gz
$
chown -R root:roo
t luna
# 配置 Nginx(如果无法正常访问,请注释掉 nginx.conf 的 server 所有字段)
$ vim /etc/nginx/conf.d/jumpserver.conf
...
...
This diff is collapsed.
Click to expand it.
docs/setup_by_centos7.rst
View file @
2b69e028
...
...
@@ -23,7 +23,7 @@ CentOS 7 安装文档
::
# 防火墙 与 selinux 设置说明,如果已经关闭了 防火墙 和 Selinux 的用户请跳过设置
# 防火墙 与 selinux 设置说明,如果已经关闭了 防火墙 和 Selinux 的用户请跳过设置
$ systemctl start firewalld
$ firewall-cmd --zone=public --add-port=80/tcp --permanent # nginx 端口
$ firewall-cmd --zone=public --add-port=2222/tcp --permanent # 用户SSH登录端口 coco
...
...
@@ -243,9 +243,9 @@ CentOS 7 安装文档
# 安装 Web Terminal 前端: Luna 需要 Nginx 来运行访问 访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
0/dist
.tar.gz
$ tar xvf
dist
.tar.gz
$
mv dis
t luna
$ wget https://github.com/jumpserver/luna/releases/download/1.3.
1/luna
.tar.gz
$ tar xvf
luna
.tar.gz
$
chown -R root:roo
t luna
# 安装 Windows 支持组件(如果不需要管理 windows 资产,可以直接跳过这一步)
$ yum remove docker-latest-logrotate docker-logrotate docker-selinux dockdocker-engine
...
...
This diff is collapsed.
Click to expand it.
docs/setup_by_ubuntu.rst
View file @
2b69e028
...
...
@@ -209,12 +209,9 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ cd /opt/
$ wget https://github.com/jumpserver/luna/releases/download/1.3.0/dist.tar.gz
$ tar xvf dist.tar.gz
$ mv dist luna
$ chown -R root:root luna/
$ ls /opt/luna
...
$ wget https://github.com/jumpserver/luna/releases/download/1.3.1/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
五. 安装 Windows 支持组件(如果不需要管理 windows 资产,可以直接跳过这一步)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
docs/step_by_step.rst
View file @
2b69e028
...
...
@@ -240,14 +240,10 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
::
$ pwd
/opt/
$ wget https://github.com/jumpserver/luna/releases/download/1.3.0/dist.tar.gz
$ tar xvf dist.tar.gz
$ mv dist luna
$ ls /opt/luna
...
$ cd /opt
$ wget https://github.com/jumpserver/luna/releases/download/1.3.1/luna.tar.gz
$ tar xvf luna.tar.gz
$ chown -R root:root luna
五. 安装 Windows 支持组件(如果不需要管理 windows 资产,可以直接跳过这一步)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
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