Changes between Version 125 and Version 126 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
04/16/18 16:09:05 (7 years ago)
Author:
Fran Boon
Comment:

+SSL, cleanup

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v125 v126  
    5858
    5959You will need to set the following Inbound Rules:
    60 * HTTP | TCP |80
     60* HTTP | TCP | 80
     61* HTTPS | TCP | 443
    6162* SSH | TCP | 22
    6263Restricting the source will add further security, but obviously also restricts your ability to administer
     
    109110
    110111See [UserGuidelines/Admin/Configuration Admin Guide] - especially read how to set the sender & approver emails
    111 
    112 == 4. Add a Test site (Optional) ==
    113 This script requires at least 4Gb on the main disk
    114 
    115 {{{
    116 sudo su -
    117 wget https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_test_site.sh
    118 chmod a+x add_test_site.sh
    119 ./add_test_site.sh
    120 
    121 }}}
    122 
    123 NB This script has an issue & the file /etc/cherokee/cherokee.conf needs to be manually edited to fix the lines wrapping for Source 1 (fix welcomed!)
    124 
    125 == 5. Add a Demo site (Optional) ==
    126 This script requires at least 6Gb on the main disk.
    127 
    128 This script assumes that a Test site has already been installed
    129 
    130 {{{
    131 sudo su -
    132 wget https://raw.githubusercontent.com/sahana/eden_deploy_manual/master/add_demo_site.sh
    133 chmod a+x add_demo_site.sh
    134 ./add_demo_site.sh
    135 
    136 }}}
    137 
    138 NB This script has an issue & the file /etc/cherokee/cherokee.conf needs to be manually edited to fix the lines wrapping for Source 1 (fix welcomed!)
    139112
    140113== Optional Instance Adjustments ==
     
    179152For DB I/O performance increase can stripe multiple EBS
    180153* monitoring data is available to see if this is the issue
    181 
    182 == Install using 'Sahana Setup' ==
    183 See: InstallationGuidelines/Amazon/Setup
    184154
    185155== CLI Tools ==