# HG changeset patch # User Ruslan Ermilov # Date 1328520418 0 # Node ID 24516768500638910af73c4135d265eff19c8559 # Parent b83d332fbdaa3e4d7ee8ca3afa45936983ea141b Fixed grammar, punctuation, and markup. diff -r b83d332fbdaa -r 245167685006 xml/en/docs/howto_setup_development_environment_on_ec2.xml --- a/xml/en/docs/howto_setup_development_environment_on_ec2.xml Mon Feb 06 08:54:43 2012 +0000 +++ b/xml/en/docs/howto_setup_development_environment_on_ec2.xml Mon Feb 06 09:26:58 2012 +0000 @@ -18,16 +18,16 @@ -To setup a development environment: +To set up a development environment: Follow the Get Started with EC2 guide to sign up to AWS and launch your EC2 instance. Only Amazon Linux is supported, so please -choose either "Basic 32-bit Amazon Linux AMI" or -"Basic 64-bit Amazon Linux AMI" for an AMI. When configuring -the firewall rules it is necessary to add a rule to accept web +choose either “Basic 32-bit Amazon Linux AMI” or +“Basic 64-bit Amazon Linux AMI” for an AMI. When configuring +the firewall rules, it is necessary to add a rule to accept web traffic on port 80. @@ -48,7 +48,7 @@ You will be asked to select what components to install. Currently it is possible to choose Django, Pyramid, Ruby on Rails or PHP development environment. After you have selected the necessary -component the script will automatically prepare its configuration +component, the script will automatically prepare its configuration for use with nginx. There will be a separate user created too, and then a sample web application is started to ensure everything is working correctly. @@ -56,12 +56,12 @@ After the installation completes and the web application is installed -in a subdirectory inside /var/www, the script will print how to +in a subdirectory inside /var/www, the script will print how to start/stop sample application. For example, the Rails application will -reside in /var/www/rails, and Rails specific part of nginx configuration -will be in /etc/nginx/conf.d/rails.conf. -Installed application and configs can be used as a basis for -futher development. +reside in /var/www/rails, and Rails specific part of nginx +configuration will be in /etc/nginx/conf.d/rails.conf. +Installed application and configuration files can be used as a basis for +further development.