Added quickstart videos
This commit is contained in:
parent
b0172cc108
commit
7e99fd889e
2 changed files with 9 additions and 2 deletions
|
@ -16,7 +16,11 @@ Only modern browsers are supported (IE11, latest Edge, latest Chrome, latest Fir
|
||||||
- Your server must accept large POST requests (up to 20 Megabytes), otherwise the upload test will fail
|
- Your server must accept large POST requests (up to 20 Megabytes), otherwise the upload test will fail
|
||||||
- It's also better if your server does not use compression, but it's not mandatory
|
- It's also better if your server does not use compression, but it's not mandatory
|
||||||
|
|
||||||
## How to use
|
## Quick installation videos
|
||||||
|
* [Debian 9.0 with Apache](https://fdossena.com/?p=speedtest/quickstart_deb.frag)
|
||||||
|
* [Windows Server 2016 with IIS](https://fdossena.com/?p=speedtest/quickstart_win.frag)
|
||||||
|
|
||||||
|
## How to use in your site
|
||||||
See the examples or doc.md
|
See the examples or doc.md
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
5
doc.md
5
doc.md
|
@ -1,7 +1,7 @@
|
||||||
# HTML5 Speedtest
|
# HTML5 Speedtest
|
||||||
|
|
||||||
> by Federico Dossena
|
> by Federico Dossena
|
||||||
> Version 4.2.5, June 16 2017
|
> Version 4.2.6, June 19 2017
|
||||||
> [https://github.com/adolfintel/speedtest/](https://github.com/adolfintel/speedtest/)
|
> [https://github.com/adolfintel/speedtest/](https://github.com/adolfintel/speedtest/)
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,6 +24,9 @@ First of all, the requirements to run this test:
|
||||||
|
|
||||||
If this looks good, let's proceed and see how to use the test.
|
If this looks good, let's proceed and see how to use the test.
|
||||||
|
|
||||||
|
## Quick installation videos
|
||||||
|
* [Debian 9.0 with Apache](https://fdossena.com/?p=speedtest/quickstart_deb.frag)
|
||||||
|
* [Windows Server 2016 with IIS](https://fdossena.com/?p=speedtest/quickstart_win.frag)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
To install the test on your server, upload the following files:
|
To install the test on your server, upload the following files:
|
||||||
|
|
Loading…
Reference in a new issue