Skip to content

Commit

Permalink
clarify ext db setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored and thelamer committed Jan 9, 2020
1 parent 0008c0c commit f5d46b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ The results database can be accessed at `http://<server-ip>/results/stats.php`.
The default template used is based on `example-singleServer-full.html`. However, all templates are provided for reference at `/config/www/`. If you place a custom file at `/config/www/index.html`, the custom file will be served after a container restart. Delete the file and restart to go back to the default.
You can optionally place customized `speedtest.js` and `speedtest_worker.js` files under `/config/www` and they will supersede the defaults after a container start. Keep in mind that once you do so, they will no longer be updated. You can delete them and recreate the container to go back to the image defaults.

If you are setting up a mysql or postgresql database, you first need to import the tables into your database as described at the following link
https://github.com/librespeed/speedtest/blob/master/doc.md#creating-the-database



## Support Info
Expand Down
4 changes: 3 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ app_setup_block: |
The results database can be accessed at `http://<server-ip>/results/stats.php`.
The default template used is based on `example-singleServer-full.html`. However, all templates are provided for reference at `/config/www/`. If you place a custom file at `/config/www/index.html`, the custom file will be served after a container restart. Delete the file and restart to go back to the default.
You can optionally place customized `speedtest.js` and `speedtest_worker.js` files under `/config/www` and they will supersede the defaults after a container start. Keep in mind that once you do so, they will no longer be updated. You can delete them and recreate the container to go back to the image defaults.
If you are setting up a mysql or postgresql database, you first need to import the tables into your database as described at the following link
https://github.com/librespeed/speedtest/blob/master/doc.md#creating-the-database
# changelog
changelogs:
Expand Down

0 comments on commit f5d46b8

Please sign in to comment.