- Introduction
- Using the Windows installer
- Manual Windows install
- Install runtime on Linux or Mac
- Installing Multiple copies on Windows
- More information
Introduction
This page shows you how to install Chameleon GUI on Windows and the Chameleon Runtime on Linux, and Mac.
There are three ways to install Chameleon on Windows:
- Use the Iguana installer to install Iguana on your Windows machine as it includes a copy of Chameleon.
- Use the Chameleon installer.
- Perform a manual Chameleon install.
The second and third options are usually used after a manual Iguana install on Windows – as it does not include Chameleon.
Note: Chameleon applications can be deployed on all Windows, Linux, and Mac – but the Chameleon GUI only runs on a Windows machine (or Windows VM).
If you have any questions please contact us at support@interfaceware.com.
Using the Windows installer [top]
- Download the latest Chameleon installer from our download site:
- Chameleon 6.1.3 installer download link
This link is for the Iguana installer executable – you can can also download the 6.1.3 zipped executable if company security policies prevent executable downloads.
- Chameleon 6.1.3 installer download link
- Run the installer using administrator permissions and accept the default install settings.
In 99% of cases the defaults will suffice – but you can change the install directory or choose not to install the HL7 Simulator and/or HL7 Listener.
- Register Chameleon:
- Run Chameleon by double clicking the desktop icon (or the executable where you installed it).
- The Registration Code screen appears, locate the Machine ID:
- Follow the Register Chameleon steps – in the “How to renew your Chameleon Registration” FAQ.
Manual Windows install [top]
- Create an install directory.
- Download the latest Chameleon no-installer file from our download site:
- Extract the contents of this file, and move them into the folder into which you want to install the additional copy of Chameleon.
- To start this copy of Chameleon, double-click VMstudio.exe in the install directory.
- Follow the Register Chameleon steps – from the “Using the Windows installer” section above.
Install runtime on Linux or Mac [top]
Note: You must be using gcc compiler version 3.4 or above
-
- Download the latest Chameleon tar file from our download site:
- Unpack the tarball:
- Run the following command:
tar -xvzf <latest-chameleon-version>.tar.gz
For example:
tar -xvzf chameleon_6_1_4_linux_centos7_x64.tar.gz
- The tarball unpacks the contents into a directory called chameleon.
You can run Chameleon from any directory with suitable permissions so long as you set the system variables (below) to match – though we recommend keeping “chameleon” for the install directory name.
- Run the following command:
- Verify that the tar file unpacked correctly:
- Check the sub-directories in the install directory, for example:
cd chameleon ls CHM admin bin java lib python_lib
- Check the sub-directories in the install directory, for example:
- Set the System Variables, for example:
export CHM_PYTHON_LIB_PATH=/home/user/chameleon/python_lib export CHM_PATH=/home/user/chameleon export CHM_PLATFORM=makefile.linux
- Find the Machine ID:
- Change to the Chameleon install directory if necessary, for example:
cd chameleon
- Run msgtransform –version to display the Machine ID and version number:
./bin/msgtransform --version
- Identify the Machine ID:
- Change to the Chameleon install directory if necessary, for example:
- Login to your members account and activate a new Chameleon license – using the Machine ID from the previous step.
- Alternatively email support at support@interfaceware.com with the Machine ID and request a registration code.
- Set the System Variables for the registration key and expiry date, for example:
export CHM_REGKEY='[]^]^^^\KEAEM?' export CHM_EXPIRY_DATE=NOEXPIRY
Installing Multiple copies on Windows [top]
Note: You can run multiple independent copies of Chameleon on Windows, each copy will need a separate install directory and it’s own license.
- Create a separate install directory for the new copy of Chameleon.
- Follow the same steps as the Manual Windows install – using the separate install directory you just created.
More Information [top]