diff options
-rw-r--r-- | README.txt | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -178,12 +178,9 @@ Modify the PHP file Application/Include/languages.php == How to fill the vendors entry == -After the installation, you have to fill the MySQL table containing the vendors. To carry out this task, you need to download the proper scripts using the following command: -* FIXME: restore the scripts. +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. - svn co svn://svn.savannah.nongnu.org/h-source/trunk/scripts/vendorid - -Change into the vendorid/ directory. Open the file 'connect.php' and set the following variables with the same values as your h-node instance: +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: $host = '<DOMAIN_NAME>'; $user = '<USERNAME>'; |