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
ec9e3d20
Commit
ec9e3d20
authored
Apr 29, 2019
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fix]修改错误
parent
46eb08c0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
setup_by_aliyuncloud.rst
docs/setup_by_aliyuncloud.rst
+1
-1
setup_by_huaweicloud.rst
docs/setup_by_huaweicloud.rst
+1
-1
setup_by_localcloud.rst
docs/setup_by_localcloud.rst
+1
-1
setup_by_tencentcloud.rst
docs/setup_by_tencentcloud.rst
+1
-1
No files found.
docs/setup_by_aliyuncloud.rst
View file @
ec9e3d20
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
&& echo -e "\033[31m 请在安全组里面放行80和2222端口 \033[0m" \
&& echo -e "\033[31m 请在安全组里面放行80和2222端口 \033[0m" \
&& echo -e "\033[31m 请打开浏览器访问公网80端口 用户名:admin 密码:admin \033[0m"
&& echo -e "\033[31m 请打开浏览器访问公网80端口 用户名:admin 密码:admin \033[0m"
code-block:: shell
..
code-block:: shell
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
...
...
docs/setup_by_huaweicloud.rst
View file @
ec9e3d20
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
&& echo -e "\033[31m 请在安全组里面放行80和2222端口 \033[0m" \
&& echo -e "\033[31m 请在安全组里面放行80和2222端口 \033[0m" \
&& echo -e "\033[31m 请打开浏览器访问公网80端口 用户名:admin 密码:admin \033[0m"
&& echo -e "\033[31m 请打开浏览器访问公网80端口 用户名:admin 密码:admin \033[0m"
code-block:: shell
..
code-block:: shell
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
...
...
docs/setup_by_localcloud.rst
View file @
ec9e3d20
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
&& echo -e "\033[31m 你的服务器IP是 $Server_IP \033[0m" \
&& echo -e "\033[31m 你的服务器IP是 $Server_IP \033[0m" \
&& echo -e "\033[31m 请打开浏览器访问 http://$Server_IP 用户名:admin 密码:admin \033[0m"
&& echo -e "\033[31m 请打开浏览器访问 http://$Server_IP 用户名:admin 密码:admin \033[0m"
code-block:: shell
..
code-block:: shell
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
...
...
docs/setup_by_tencentcloud.rst
View file @
ec9e3d20
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
&& echo -e "\033[31m 请在安全组里面放行80和2222端口 \033[0m" \
&& echo -e "\033[31m 请在安全组里面放行80和2222端口 \033[0m" \
&& echo -e "\033[31m 请打开浏览器访问公网80端口 用户名:admin 密码:admin \033[0m"
&& echo -e "\033[31m 请打开浏览器访问公网80端口 用户名:admin 密码:admin \033[0m"
code-block:: shell
..
code-block:: shell
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
$ echo -e "\033[31m 6. 配置自启 \033[0m" \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
&& if [ ! -f "/usr/lib/systemd/system/jms.service" ]; then curl -o /usr/lib/systemd/system/jms.service https://demo.jumpserver.org/download/shell/centos/jms.service; chmod 755 /usr/lib/systemd/system/jms.service; fi \
...
...
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