If you are installing multiple Iguana IguanaX instances on a single server, you will need to perform a custom installation:
Expand |
---|
title | STEP 2: Create an iguana.ini file to customize your Iguana instance working directory and service details |
---|
|
Please see Create an iguana.ini - customize your Iguana file for custom installation to follow the steps Steps 1 - 3 to create a custom iguana.ini file with your desired Iguana instance working directory and service details. Since we are deploying multiple Iguana instances, we’ll want to make sure all of the iguana.ini details are unique! |
Expand |
---|
title | STEP 3: Customize the web port |
---|
|
The file to configure this is set up in Instance Directory /configurations/web/You can use the web.json See Web Configuration File or the following command line utility to change the web port. Make sure the service is stopped to change the web port to use the specified port on next run: Code Block |
---|
iguana --set_web_port 7650 |
|
Expand |
---|
title | STEP 4: Create another iguana executable and ini file |
---|
|
Copy and paste the existing iguana.exe and iguana.ini files. Rename the files to iguana2.exe and iguana2.ini. Open the iguana2.ini file, change the working directory and service details, then save.
|
Expand |
---|
title | STEP 5: Install iguana2 as a service |
---|
|
Open up a command prompt as administrator and run the command suitable for your OS: Example Windows command for Windows: Code Block |
---|
"C:\Program Files\IguanaX\iguana2.exe" --service install |
Example Linux command for Linux: Code Block |
---|
sudo ./iguana2 --service install |
|