-
-
Notifications
You must be signed in to change notification settings - Fork 203
Description
Because of my setup (I need to use an LXC container on Proxmox and don't want to overload the machine with a VM that run docker) I've done an LXC container (basically a striped vm with debian), downloaded the latest release and installed like a normal laravel project. But don't start speedtest-cli to do the measurements.
Steps to reproduce the behavior:
- Install a VM with Debian (in my case an LXC container on Proxmox)
- download latest .tar.gz from github repository and deflate in a destination dir
- install dependencies (php8.2, composer 2, speedtest-cli, curl, mariadb)
- run one time speedtest-cli to be sure that works
- create an empty DB
- copy .env.example in .env, in the root directory of the archive, then set the database credentials
- from the root archive directory run: composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev --no-cache
- then, from the same place, run : php artisan app:install
- if everything goes fine, run the service with : php artisan serve --host 0.0.0.0
- open the browser and go to the webpage : http://yourip:8000, then login with default credentials
- set the interval to make tests (to make some tests I've set every 2 minutes)
Expected behavior:
I expect that the results populate the graphs. Even If i add test with the "queue speedtest" button, nothing appen. Nothing seems to indicate problems in the artisan console
Environment :
- OS: Debian 12.2.0
- Architecture: amd64 (virtualized on Proxmox)
- Browser : Mozilla Firefox 115.7
- Version : 0.15.2
Nothing to add. Only one observation: I cannot find a button to fire up a test directly, I can only add to queue, and there isn't a way to view the queue from the web interface. Or is just me that not understand the UI .