Provisioning - Using the adop cli

ADOP CLI Instructions

These instructions will spin up an instance in a single server after it has been provisioned by using the ADOP CLI.

Please check the prerequisites.

  1. Clone the ADOP git repository and cd into it.
  2. Run the ADOP CLI with the added parameter for the Proxy IP.
  3. This IP must be reachable otherwise the startup will hang.
    ./adop compose -i <proxy_ip> init
    
  4. If all goes well you will see the following output and you can view the DevOps Platform in your browser
     ##########################################################
    
     SUCCESS, your new ADOP instance is ready!
    
     Run this command in your shell:
       source credentials.generate.sh
       source env.config.sh
          
     You can check if any variables are missing with: ./adop compose config  | grep 'WARNING'
    
     Navigate to http://<proxy_ip> in your browser to use your new DevOps Platform!
     Login using the following credentials:
       Username: YOUR_USERNAME
       Password: YOUR_PASSWORD
    
  5. Log in using the username and password you specified in the quickstart script:

    <INITIAL_ADMIN_USER> / <INITIAL_ADMIN_PASSWORD>