| 39 | |
| 40 | == Building AMIs for easier deployment == |
| 41 | This 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 | {{ |
| 46 | wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh |
| 47 | chmod a+x install-eden-cherokee-postgis.sh |
| 48 | wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh |
| 49 | chmod 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 |
| 55 | rm install-eden-cherokee-postgis.sh |
| 56 | }} |
| 57 | |