speedtest icon indicating copy to clipboard operation
speedtest copied to clipboard

Wiki update: CentOS 8 Stream installation

Open cbrookins opened this issue 4 years ago • 2 comments

This was my setup for a CentOS stream build.

sudo dnf install https php git
git clone https://github.com/librespeed/speedtest
cd speedtest
sudo cp -R backend example-singleServer-pretty.html *.js /var/www/html
cd /var/www/html
sudo mv example-singleServer-pretty.html index.html
sudo chown -R apache *

sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --reload

cbrookins avatar Jun 03 '21 15:06 cbrookins

Thanks for the commands. Can you check that the telemetry and results sharing feature is working on CentOS? It would be helpful

adolfintel avatar Jun 03 '21 18:06 adolfintel

I tried the sqlite setup with no success. I haven't had the need to use those features so I am not too familiar with their setup. Wiki on those features seems pretty straight forward though so I am not sure where I messed up. I can give it another go.

cbrookins avatar Jun 07 '21 17:06 cbrookins