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
94c4faa0
Commit
94c4faa0
authored
Oct 27, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新文档
parent
773dba32
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+7
-7
step_by_step.rst
docs/step_by_step.rst
+4
-4
No files found.
docs/setup_by_ubuntu.rst
View file @
94c4faa0
...
@@ -367,7 +367,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -367,7 +367,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
4.1 解压 Luna
**4.1 解压 Luna**
::
::
...
@@ -409,7 +409,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -409,7 +409,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
$ cp /opt/docker-guacamole/guacamole-auth-jumpserver-0.9.14.jar /config/guacamole/extensions/
$ cp /opt/docker-guacamole/guacamole-auth-jumpserver-0.9.14.jar /config/guacamole/extensions/
$ cp /opt/docker-guacamole/root/app/guacamole/guacamole.properties /config/guacamole/ # guacamole 配置文件
$ cp /opt/docker-guacamole/root/app/guacamole/guacamole.properties /config/guacamole/ # guacamole 配置文件
**5.3 配置 Tomcat
**
**5.3 配置 Tomcat**
::
::
...
@@ -434,7 +434,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -434,7 +434,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
$ export GUACAMOLE_HOME=/config/guacamole
$ export GUACAMOLE_HOME=/config/guacamole
$ echo "export GUACAMOLE_HOME=/config/guacamole" >> ~/.bashrc
$ echo "export GUACAMOLE_HOME=/config/guacamole" >> ~/.bashrc
**5.5 启动 Guacamole
**
**5.5 启动 Guacamole**
::
::
...
@@ -449,14 +449,14 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -449,14 +449,14 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
六. 配置 Nginx 整合各组件
六. 配置 Nginx 整合各组件
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~
**6.1 安装 Nginx
根据喜好选择安装方式和版本
**
**6.1 安装 Nginx**
::
::
$ apt-get -y install nginx
$ apt-get -y install nginx
**6.2 准备配置文件 修改 /etc/nginx/site-enabled/default
**
**6.2 准备配置文件 修改 /etc/nginx/site-enabled/default**
::
::
...
@@ -526,7 +526,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -526,7 +526,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
}
}
**6.3 重启 Nginx
**
**6.3 重启 Nginx**
::
::
...
@@ -534,7 +534,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -534,7 +534,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
$ service nginx restart
$ service nginx restart
**6.4 开始使用 Jumpserver
**
**6.4 开始使用 Jumpserver**
服务全部启动后,访问 http://192.168.244.144
服务全部启动后,访问 http://192.168.244.144
...
...
docs/step_by_step.rst
View file @
94c4faa0
...
@@ -403,7 +403,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
...
@@ -403,7 +403,7 @@ Luna 已改为纯前端,需要 Nginx 来运行访问
访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
访问(https://github.com/jumpserver/luna/releases)下载对应版本的 release 包,直接解压,不需要编译
**4.1 解压 Luna
**
**4.1 解压 Luna**
::
::
...
@@ -445,7 +445,7 @@ Guacamole 需要 Tomcat 来运行
...
@@ -445,7 +445,7 @@ Guacamole 需要 Tomcat 来运行
$ rm -rf guacamole-server-0.9.14.tar.gz guacamole-server-0.9.14
$ rm -rf guacamole-server-0.9.14.tar.gz guacamole-server-0.9.14
$ ldconfig
$ ldconfig
**5.3 配置 Tomcat
**
**5.3 配置 Tomcat**
::
::
...
@@ -474,7 +474,7 @@ Guacamole 需要 Tomcat 来运行
...
@@ -474,7 +474,7 @@ Guacamole 需要 Tomcat 来运行
$ export GUACAMOLE_HOME=/config/guacamole
$ export GUACAMOLE_HOME=/config/guacamole
$ echo "export GUACAMOLE_HOME=/config/guacamole" >> ~/.bashrc
$ echo "export GUACAMOLE_HOME=/config/guacamole" >> ~/.bashrc
**5.5 启动 Guacamole
**
**5.5 启动 Guacamole**
::
::
...
@@ -486,7 +486,7 @@ Guacamole 需要 Tomcat 来运行
...
@@ -486,7 +486,7 @@ Guacamole 需要 Tomcat 来运行
六. 配置 Nginx 整合各组件
六. 配置 Nginx 整合各组件
~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~
**6.1 安装 Nginx
**
**6.1 安装 Nginx**
.. code:: shell
.. code:: 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