openspeedtest / Speed-Test

SpeedTest by OpenSpeedTestâ„¢ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No Third-Party frameworks or libraries are Required. Started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.
https://openspeedtest.com
MIT License
2.28k stars 221 forks source link

[Challenge] Run OpenSpeedTest on Ubuntu Server #124

Closed Ashkaan closed 10 months ago

Ashkaan commented 10 months ago

I'm trying to keep a OST as a headless server running 24/7. I have an Ubuntu 22 server that would be a perfect fit. I want to run it locally and natively (no containers).

I've tried every method mentioned here to install and it doesn't work. The snap package requires a UI (it seems). I installed nginx, using your configs, but can't get the app to run for the config to take hold.

Can you please give us some step-by-step instructions for getting this online?

openspeedtest commented 10 months ago

Install Nginx copy https://github.com/openspeedtest/Speed-Test to www folder copy https://github.com/openspeedtest/Nginx-Configuration to /etc/nginx/

Ashkaan commented 10 months ago

Thank you!