| 1 | = Amazon New = |
| 2 | * Launch instance |
| 3 | * quick launch |
| 4 | * name, key pair |
| 5 | * more images |
| 6 | * debian squueze |
| 7 | * ebs backed |
| 8 | * e.g. rightimage |
| 9 | * launch |
| 10 | * wait for instance to be running, and status checks to finish |
| 11 | * recommend assigning elastic ip |
| 12 | * connect |
| 13 | * dpkg-reconfigure locales |
| 14 | * select utf8 of your language |
| 15 | * default: none |
| 16 | * edit /etc/hosts |
| 17 | * add e.g. |
| 18 | {{{ |
| 19 | 123.123.123.123 eden.mydomain.org eden |
| 20 | }}} |
| 21 | * download and run scripts |
| 22 | |
| 23 | {{{ |
| 24 | wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh |
| 25 | wget http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh |
| 26 | sh http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/install-eden-cherokee-postgis.sh |
| 27 | sh http://eden.sahanafoundation.org/raw-attachment/wiki/InstallationGuidelines/Linux/Server/CherokeePostgreSQL/configure-eden-cherokee-postgis.sh |
| 28 | }}} |