changeset 394:245167685006

Fixed grammar, punctuation, and markup.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Feb 2012 09:26:58 +0000
parents b83d332fbdaa
children b9ae01d4dbf1
files xml/en/docs/howto_setup_development_environment_on_ec2.xml
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 </para>
 
 <para>
-To setup a development environment:
+To set up a development environment:
 <list>
 <item>
 Follow the 
 <link url="http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/Welcome.html">
 Get Started with EC2</link> 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.
 </item>
 
@@ -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 @@
 
 <item>
 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 <path>/var/www</path>, 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 <path>/var/www/rails</path>, and Rails specific part of nginx
+configuration will be in <path>/etc/nginx/conf.d/rails.conf</path>.
+Installed application and configuration files can be used as a basis for
+further development.
 </item>
 </list>
 </para>