###################
Unattended Installs
###################


Introduction
############

AP supports unattended installations. That means you can use the configuration of one system as the template for a new system. The installer will not ask questions for options that are templated. This document explains how to do an unattended installation.

--------------

Instructions
============

   Step 1: Copy the Configuration File to the System 
   
      * From the system with AP already installed copy the following file:
	  
         .. code-block:: console
		 
            /var/awp/etc/config
			
      * To the system you want to install AP on, or upgrade in this file:
	  
         .. code-block:: console
		 
            /root/awp.cfg
			
      .. note:: You can do this on the same system if you want a totally unattended upgrade of an existing AP system to occur.
	  

   Step 2: Go to the root users directory 
   
      * On the new system, without AP install:
	  
         .. code-block:: console
		 
            cd /root/
			
   Step 3: Run the AP Installer
   
      * Run the installer as you normally would as the root on the system with the file **/root/awp.cfg**
	  
         .. code-block:: console
		 
            wget -q -O - https://updates.atomicorp.com/installers/awp_standalone.sh  |bash
			
\
	  
   
