######################
Installation 
######################


Command Line Network Installer
=========================

For environments with direct internet access, the network installation method is recommended

    
      **Step 1: Log in and become root on the system**
         
        .. code-block:: console

          sudo su -i

      **Step 2: (Optional) Configure Proxy settings**
			   
        .. code-block:: console

           export http_proxy=http://<IP>:<PORT>
           export https_proxy=http://<IP>:<PORT>

        

      **Step 3: Run the Automated AEO Hub Installer**

        .. code-block:: console

          curl -fsSL https://updates.atomicorp.com/installers/awp-hub | sh

        .. note:: See the `unattended installs`_ article for advanced instructions for unattended installations.
        .. _unattended installs: ../../misc/unattendInstall.html


      **Step 4: Log in to the Web Console: https://<IP>:30001**

                The default login will be your license username/password

		   

Advanced options:
        
        .. code-block:: console

            --https-proxy=<URL> will set the https_proxy environment variable

            --https-proxy-username=<PROXY_USER> will set the https_proxy_username environment variable

            --https-proxy-password=<PROXY_PASS> will set the https_proxy_password environment variable

            --beta will install from the beta repository

            --install only install, do not configure

            --standalone local install (no hub)




Offline ISO Installer 
===============
***NOTE* This installation option is only available with a specialty license.  Please contact sales@atomicorp.com for more information**

For environments without internet acesss

      **Step 1: Download the installation ISO**

        https://updates.atomicorp.com/channels/isotope/


      **Step 2: Mount the ISO on the server**

        .. code-block:: console

          mount -o loop awp-hub-6.0.5-1603927858.iso /mnt

      **Step 3: Run the installation utility**

        .. code-block:: console

         
          /mnt/awp-offline.sh /mnt

        Select a Web Console username and password when prompted by the installer.

       
      **Step 4: Log in to the Web Console: https://<IP>:30001**

                The default login will be the username/password created in Step 3




   
	  
