Verlihub Account Import HOWTO
From Aquila Homepage
The Aquila distribution contains a script that will import Verlihub accounts into your Aquila.
This script requires PHP CLI with MySQL support.
Usage: verli_import [<file>]
<file> this is your verlihub dbconfig file.
defaults to /etc/verlihub/dbconfig
If you run this script with the correct dbconfig file as argument, it will connect to your verlihub database and print the contents of an Aquila accounts.conf file.
To use this scripts, go to the tools directory in the aquila source distribution and type:
./verli_import > accounts.conf
If you get an error saying:
/usr/bin/php: Not found
or similar, you do not have the PHP CLI installed.

