...
Code Block | ||
---|---|---|
| ||
"C:\Program Files\IguanaX" iguana --run |
You can also run Run Iguana in safe mode to prevent components from automatically starting if set with #autostart:
Code Block | ||
---|---|---|
| ||
"C:\Program Files\IguanaX" iguana --run --safe_mode |
...
Code Block | ||
---|---|---|
| ||
cd ~/iguana sudo ./iguana --run |
You can also run Run Iguana in safe mode to prevent components from automatically starting if set with #autostart:
Code Block | ||
---|---|---|
| ||
cd ~/iguana sudo ./iguana --run --safe_mode |
...