From 6f153cfe841668340d814aed6ba0a5c15f41c744 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 16 Sep 2022 12:12:16 +1000 Subject: updating instructions on populating the vendors table --- README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 74a10e4..963f22f 100644 --- a/README.txt +++ b/README.txt @@ -176,9 +176,11 @@ Modify the PHP file Application/Include/distributions.php Modify the PHP file Application/Include/languages.php -== How to fill the vendors entry == +== How to fill the vendors table == -After the installation, you have to fill the MySQL table containing the vendors. To carry out this task, use the scripts in the scripts sub-directory. +After the installation, you have to fill the MySQL table containing the USB/PCI vendors IDs. Note this corresponds to vendors for the USB/PCI interface, which are different from say the notebook vendors which are stored in Application/Include/hardware.php. + +To carry out this task, use the scripts in the scripts sub-directory. Change into the scripts/vendorid/ directory. Open the file 'connect.php' and set the following variables with the same values as your h-node instance: @@ -196,7 +198,7 @@ Be sure you have installed php-cli, then write the following command: php insert_vendors.php -It will fill the 'vendors' MySql table. It will take a bit. +It will fill the 'vendors' MySql table. -- cgit v1.2.3