This directory contains scripts for provisioning a dev environment in AWS.  Before running, you need to:

1. Set up EC2 instance with a /u01 directory.a
  a. Single volume instances - mkdir /u01.
  b. Multi volume instances - use fdisk to set up Linux LVM partition and mkfs.ext3 to format it.  Then mount the volume as /u01.
     Remember /etc/fstab entry if you want to mount to survie a reboot.
2. Set up a swap disk at least 2GB in size.  Don't forget /etc/fstab entry if you want swap disk to survive reboot.
3. scp -r this directory to /u01/provision directory on new instance.
4. scp -r NHIN_adapter/DBScripts to /u01/provision directory.
5. scp -r NHIN_adapter/weblogic/template to /u01/provision/template.
6. Source provision.sh as root.
