diff options
author | Yuchen Pei <hi@ypei.me> | 2022-09-16 11:53:06 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-09-16 11:53:06 +1000 |
commit | f78d4f45c61cfb003a483949e898682496585daa (patch) | |
tree | 6fa496273d90e0a963a6ed4e3eaef901fff2bdaa | |
parent | 997db7f09c1f159b531fc804aacf3c5ca1208d87 (diff) |
updating readme now that the scripts have been restored
-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>'; |