Manual installation without installer script
It is also possible to install Airlock IAM manually.
Basically, you have to perform the same actions the installer would:
- Download the Airlock IAM application archive, e.g.
airlock-iam-8.0.tar.gz
and transfer it to the target host. - Extract it (target directory can be anything):
- Terminal box
cd /opt tar -xvf airlock-iam-*.tar.gz
- Run it:
- Terminal box
./airlock-iam-*/bin/iam -h # Print help ./airlock-iam-*/bin/iam init -h # Print help for init subcommand ./airlock-iam-*/bin/iam init -c ~/iam --instance "auth" # Create instance named "auth" with default configuration templates ls ~/iam/instances/auth # List files in "auth" instance directory, including "instance.properties" ./airlock-iam-*/bin/iam run -c ~/iam -i "auth" # Launch instance named "auth"
Notice
For security reasons, Airlock IAM should never run as root
. A dedicated user should be created to run Airlock IAM. The installer creates a user named airlock.