blob: 60db9a0916b20c6ba71bbf035c2addbe23246a37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
You can mostly follow the guide on: https://fdossena.com/speedtest/qs_v5_ubuntu1904.webm
For more advanced docs: https://github.com/librespeed/speedtest/blob/master/doc.md
Copy your preferred example from %%PREFIX%%/share/examples/librespeed to %%PREFIX%%/www/librespeed/index.html.
A default is provided. To use the backend (i.e. telemetry) feature, be sure to copy a -full example and rebuild
the port with backend support.
cd %%PREFIX%%/share/examples/librespeed
cp -a example-singleServer-full.html %%PREFIX%%/www/librespeed/index.html
The next step is to install and setup a web server with PHP to serve the content.
EOM
}
{ type: remove
message: <<EOM
If you are uninstalling librespeed permanently,
and you do *NOT* want to retain the configured landing page and config files,
you should manually remove %%WWWDIR%%.
EOM
}
]
|