#!/usr/bin/python

##
#  @file Swift_Install_mainpage.py
#
#  @ingroup main
#
#  @author Stephen A. Broeker
#
#  @brief Swift Virtual Machine Installation Procedure
#   


##
#  @mainpage Swift Installation Procedure
#
#  The following is the procedure to install Swift on a Virtual Machine.
#  
#  <OL>  
#  <LI>  Create a Ubuntu Virtual Machine with two disks - /dev/sda and /dev/sdb.
#  <P>   
#  <P>   /dev/sda is the root drive. <BR>
#  <P>   /dev/sdb will be the Swift drive.
#  <P>   
#  <LI>  Download the Swift_Install source code into the VM.
#  <P>   
#        Make sure to setup PYTHONPATH in .bashrc. <BR>
#        Add the following to your .bashrc:
#        <P>   
#        "export PYTHONPATH=${PYTHONPATH}:.."
#  <P>   
#  <LI>  Download the Swift source code into the VM.
#  <P>   
#        <A HREF="group__swift__install__apget.html">
#        Swift_Install/Swift_Install_apget/Swift_Install_apget.py
#        </A>
#  <P>   
#  <LI>  Install Swift onto the VM.
#  <P>   
#        <A HREF="group__swift__install__partition.html">
#        Swift_Install/Swift_Install_partition/Swift_Install_Partition_main.py
#        </A>
#  <P>   
#  <LI>  Start Swift on the VM.
#  <P>   
#        <A HREF="group__swift__install__start.html">
#        Swift_Install/Swift_Install_start/Swift_Install_start.py
#        </A>
#  <P>   
#  <LI>  Test Swift on the VM (optional).
#  <P>   
#        <A HREF="group__swift__install__start.html">
#        Swift_Install/Swift_Install_test/Swift_Install_test.py
#        </A>
#        <P>
#        This utility will shutdown Swift. <BR>
#        Swift will thus need to be restarted after the utility is complete.
#  </OL>  
#

