Manual installation Best Practices

iguanaA.hdf

This configuration file for the A instance of Iguana supplies the working directory where the IguanaConfiguration.xml and vcs_repo.sqlite files are stored. All relative VMD file paths are based on this directory.

Notice how the explicit path to the Iguana executable is given as C:\IguanaApp\iguana.exe (for non-Windows operating systems /home/iguana/iguana_app/). This is the location of the unzipped application files.

application{
   service_kill_timeout = 500000 
   service_display_name=Iguana Instance A
   service_name=iguanaA
   service_description=HL7 Integration Engine
   command_line=C:\IguanaApp\iguana.exe --working_dir C:\IguanaA\
   command_line_unix=/home/iguana/iguana_app/iguana --working_dir /home/iguana/A/
   path_registry_entry_win32 = SYSTEM\CurrentControlSet\Control\Session Manager\Environment
}

Tip: Always put quotes around paths that have spaces in them, for example:

command_line=C:\IguanaApp\iguana.exe --working_dir "C:\Program Files\iNTERFACEWARE\Iguana\IguanaDev"

Leave A Comment?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.