Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installation

  1. Copy IPAM_Docker folder from the distribution to Linux server.
  2. Connect to Linux server.
  3. Open IPAM_Docker folder.
  4. Run bash-script using command below:

    Code Block
    languagebash
    sudo bash indeed-pam-linux.sh


  5. Enter 2 to install SSH Proxy component

  6. Finish the script after installing.
  7. Edit the ssh-proxy configuration file /etc/indeed-identity/indeed-pam/ssh-proxy/appsettings.json if necessary (CoreUrl, IdpUrl, SshProxySecret from IndeedPAM_2.8\IPAMWizard\Secrets\ Secrets.json file ).
  8. Go to /etc/indeed-identity/indeed-pam folder 

    Code Block
    languagebash
    cd /etc/indeed-identity/indeed-pam


  9. Run containers with the PAM Access server components:

    Code Block
    languagebash
    sudo docker compose -f docker-compose.managementaccess-server.yml up -d
    or
    sudo docker-compose -f docker-compose.managementaccess-server.yml up -d


  10. To restart the components of the PAM Access server, use the following commands (the commands must be executed in the /etc/indeed-identity/indeed-pam folder):

    Code Block
    languagebash
    sudo docker compose -f docker-compose.access-server.yml down
    sudo docker compose -f docker-compose.access-server.yml up -d