Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 7691dc0

Browse files
authored
Merge pull request #13 from Jimmy-Xu/master
[master] 1.update installer after GA 2.remove installer for xen
2 parents 9e67083 + 57cad7a commit 7691dc0

File tree

3 files changed

+33
-481
lines changed

3 files changed

+33
-481
lines changed

README.md

Lines changed: 17 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,24 @@
1-
There scripts are used to install hyper cli and hyperd
1+
Install script for Hyper_ client and hypercontainer
2+
===================================================
23

4+
# Usage
35

4-
## Description
6+
## install hypercli for Hyper_
57

6-
- **Hyper version**
7-
- hyper for kvm/qemu
8-
- hyper for xen
8+
website: https://hyper.sh
99

10-
- **Install method**
11-
- curl/get
12-
- download tgz
10+
```
11+
$ curl -sSL https://hyper.sh/install | bash
12+
or
13+
$ wget -qO- https://hyper.sh/install | bash
14+
```
1315

16+
## install hypercontainer
1417

15-
## Usage
18+
website: http://hypercontainer.sh
1619

17-
18-
### 1 install hyper for kvm/qemu
19-
20-
#### 1.1 curl / wget
21-
22-
curl -sSL https://hyper.sh/install | bash
23-
or
24-
wget -qO- https://hyper.sh/install | bash
25-
26-
27-
#### 1.2 download tgz
28-
29-
curl -O http://hyper-install.s3.amazonaws.com/hyper-latest.tgz
30-
or
31-
wget -c http://hyper-install.s3.amazonaws.com/hyper-latest.tgz
32-
33-
tar xzvf hyper-latest.tgz
34-
cd hyper-pkg
35-
./bootstrap.sh
36-
37-
38-
### 2 install hyper for xen
39-
40-
#### 2.1 curl / wget
41-
42-
curl -sSL https://hyper.sh/install-xen | bash
43-
or
44-
wget -qO- https://hyper.sh/install-xen | bash
45-
46-
47-
#### 2.2 download tgz
48-
49-
curl -O http://hyper-install.s3.amazonaws.com/hyper-xen-latest.tgz
50-
or
51-
wget -c http://hyper-install.s3.amazonaws.com/hyper-xen-latest.tgz
52-
53-
tar xzvf hyper-xen-latest.tgz
54-
cd hyper-pkg-xen
55-
./bootstrap.sh
20+
```
21+
$ curl -sSL http://hypercontainer.sh/install | bash
22+
or
23+
$ wget -qO- http://hypercontainer.sh/install | bash
24+
```

0 commit comments

Comments
 (0)