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
c0e5e5f8
Commit
c0e5e5f8
authored
8 years ago
by
假想控
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.md
parent
12bc63fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
12 deletions
+19
-12
install.md
docs/install.md
+19
-12
No files found.
docs/install.md
View file @
c0e5e5f8
## Jumpserver v0.4.0 版本安装详细过程
### 环境
-
系统: CentOS 6.5 x86
\_
64 mini_ - Python: 版本 2.7.13 (未来支持 3.5)
-
安装目录
-
/opt/jumpserver
-
/opt/coco
#### 一. 环境准备
**1.1 安装基本工具和库**
```
$ yum -y install sqlite-devel git epel-release
```
$ yum -y install sqlite-devel git epel-release
**1.2 安装Python**
这里可以参考
[
https://segmentfault.com/a/1190000000654227
][
1
]
也可以下载我编译的rpm版本:
```
$ wget http://repo.jumpserver.org/python27-2.7.13-1.el6.x86_64.rpm_
$ yum localinstall -y python27-2.7.13-1.el6.x86_64.rpm
$ bash
$ python2.7 -V
Python 2.7.13
```
这里可以参考 [https://segmentfault.com/a/1190000000654227][1]
也可以下载我编译的rpm版本:
$ wget http://repo.jumpserver.org/python27-2.7.13-1.el6.x86_64.rpm
$ yum localinstall -y python27-2.7.13-1.el6.x86_64.rpm
$ bash
$ python2.7 -V
Python 2.7.13
#### 二. Jumpserver安装
...
...
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