Skip to content

Commit 8eae265

Browse files
committed
Merge branch 'develop'
2 parents 1c14a03 + a08c41e commit 8eae265

4 files changed

Lines changed: 31 additions & 11 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# HTTP/2 - Testing
2-
This repository contains all necessary for deploy HTTP/2 testing server or clients. The "clients" directory contains the scripts for download and install clients with HTTP 2 support easily. The "tests" folder contains some test templates and bash scripts for test automatization. You can get more info in to the README.md file located inside each folder.
2+
3+
This repository contains all necessary for deploy HTTP/2 testing server or clients. The "clients" directory contains the scripts for download and install clients with HTTP 2 support easily. The "tests" folder contains some test templates and bash scripts for test automation. You can get more info in to the README.md file located inside each folder.
34

45

56
## Version
6-
0.2.0
7+
8+
0.2.1
79

810

911
## Installation
@@ -55,7 +57,6 @@ This repository contains a lot of tests for HTTP/2. The description about these
5557
- Clients installers
5658

5759

58-
License
59-
----
60+
## License
6061

6162
[MIT](http://opensource.org/licenses/mit-license.html)

clients/README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# HTTP-2 Clients
2-
This folder contains all necesarry for install HTTP/2 clients under Ubuntu 14.04.x LTS (64bits).
32

4-
### Index
5-
cURL
6-
NGHTTP2
3+
This folder contains all necessary for install HTTP/2 clients under Ubuntu 14.04.x LTS (64bits).
4+
5+
## Index of clients
6+
The installation scripts are available for these clients:
7+
8+
- [NGHTTP2](https://nghttp2.org/)
79

8-
#### cURL
9-
Description
1010

1111
#### NGHTTP2
12-
Description
12+
13+
The installation script contains all necessary for complete the installation of NGHTTP2 without user intervention. You only have to run this command:
14+
15+
```sh
16+
$ ./nghttp2_installer.sh
17+
```
18+
19+
Please enter the password of the root user if will be necessary.
20+
21+
## Todo
22+
List of clients that will be supported by installation scripts on future versions of this repository:
23+
24+
- [cURL](http://curl.haxx.se/)

scripts/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HTTP/2 - Testing Framework Script
22

33
## Requirements
4+
45
This script use [NGHTTP2](https://nghttp2.org/) client for make the HTTP/2 tests. If this client is not present on your system, you can use the installation script from this repository under "clients" directory.
56

67

@@ -20,6 +21,7 @@ The results of the tests, will be saved under "results" directory. The name of t
2021

2122

2223
## Config file
24+
2325
You have to customize the test script configuration file using a text editor before start. For example:
2426

2527
```sh
@@ -30,6 +32,7 @@ Each field on this configuration file is described inside the file.
3032

3133

3234
## Test list file
35+
3336
All tests to be executed by this script, must be defined inside "test.list" file. You can edit using this command:
3437

3538
```sh

tests/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# HTTP/2 - Testing Framework
22

33
## Requirements
4+
45
All test pages use [Bootstrap](http://getbootstrap.com/) Framework for its design. On the other hand, your server must be [PHP 5](http://php.net/) support enabled.
56

67

78
## Installation process
9+
810
You can use all these test pages on your own server. Please use the following steps:
911

1012
1. Copy the "test" directory on the main directory of your Website.
1113
2. Give the right permissions to the follow directory:
14+
1215
```
1316
/
1417
|
@@ -22,6 +25,7 @@ Now you can use the test pages on your own server.
2225

2326

2427
## Index Templates
28+
2529
- **Test Page 01:** Basic HTML text file.
2630
- **Test Page 02:** JPG image file.
2731
- **Test Page 03:** Basic HTML and small image.

0 commit comments

Comments
 (0)