######################
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

		   



Offline ISO Installer
===============

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/cdrom/

      **Step 3: Run the installation utility**

        .. code-block:: console

          /mnt/cdrom/awp-offline.sh

        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




   
	  
