Changes between Version 13 and Version 14 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
02/01/12 16:36:20 (13 years ago)
Author:
Praneeth Bodduluri
Comment:

WIP creating an AMI

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v13 v14  
    3737
    3838SSH will also need to be enabled in your Firewall policy (restrict the IP source, if possible)
     39
     40== Building AMIs for easier deployment ==
     41This will ease deployment for others.
     42* Choose a debian AMI in your desired ZONE with 1 GB of EBS storage [This enables AMI registration in AWS free tier.]
     43* Launch the instance.
     44* Copy the installation and configuration scripts -> [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh install-eden-cherokee-postgis.sh] and [http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh configure-eden-cherokee-postgis.sh] into the launched instance.
     45{{
     46wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh
     47chmod a+x install-eden-cherokee-postgis.sh
     48wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh
     49chmod a+x configure-eden-cherokee-postgis.sh
     50}}
     51
     52* Run the install-eden-cherokee-postgis.sh script and delete it. [Note: This step takes about 10min - grab a coffee]
     53{{
     54./install-eden-cherokee-postgis.sh
     55rm install-eden-cherokee-postgis.sh
     56}}
     57
    3958
    4059=== CLI ===