Skip to content

installation without docker don't run speedtest #1120

@Fabick75

Description

@Fabick75

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:

  1. Install a VM with Debian (in my case an LXC container on Proxmox)
  2. download latest .tar.gz from github repository and deflate in a destination dir
  3. install dependencies (php8.2, composer 2, speedtest-cli, curl, mariadb)
  4. run one time speedtest-cli to be sure that works
  5. create an empty DB
  6. copy .env.example in .env, in the root directory of the archive, then set the database credentials
  7. from the root archive directory run: composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev --no-cache
  8. then, from the same place, run : php artisan app:install
  9. if everything goes fine, run the service with : php artisan serve --host 0.0.0.0
  10. open the browser and go to the webpage : http://yourip:8000, then login with default credentials
  11. 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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions