@@ -51,7 +51,7 @@ <h1>Configuration Management</h1>
5151< a href ="http://www.getchef.com/chef/ "> Chef</ a > ,
5252< a href ="http://www.saltstack.com/ "> SaltStack</ a > , and Ansible. Puppet and Chef are
5353written in Ruby, while SaltStack and Ansible are written in Python.</ p >
54- < h1 > Ad hoc tasks</ h1 >
54+ < h2 > Ad hoc tasks</ h2 >
5555< p > Configuration management tools such as Chef, Puppet, Ansible, and SaltStack
5656are not useful for performing ad hoc tasks that require interactive responses.
5757< a href ="http://docs.fabfile.org/en/1.8/ "> Fabric</ a > and
@@ -119,12 +119,12 @@ <h3>Ansible Resources</h3>
119119</ li >
120120</ ul >
121121< h3 > What's next after automating your app configuration?</ h3 >
122- < div class ="row ">
122+ < div class ="row ">
123123 < div class ="col-md-3 ">
124124 < div class ="well select-next ">
125125 < a href ="/logging.html " class ="btn btn-success btn-full "> < i class ="fa fa-align-left fa-inverse fa-2x "> </ i > </ a >
126126 < p class ="under-btn ">
127- How do I monitor my app and task queues with logging ?
127+ How do I log events that happen in my app while it is running ?
128128 </ p >
129129 </ div >
130130 </ div >
@@ -133,27 +133,27 @@ <h3>What's next after automating your app configuration?</h3>
133133 < a href ="/web-analytics.html " class ="btn btn-success btn-full "> < i class ="fa fa-dashboard fa-2x "> </ i > </ a >
134134 </ a >
135135 < p class ="under-btn ">
136- I want to learn more about the users of my application .
136+ I want to learn more about the users of my app with web analytics .
137137 </ p >
138138 </ div >
139139 </ div >
140140 < div class ="col-md-3 ">
141141 < div class ="well select-next ">
142142 < a href ="/api-integration.html " class ="btn btn-success btn-full "> < i class ="fa fa-link fa-inverse fa-2x "> </ i > </ a >
143143 < p class ="under-btn ">
144- How do I integrate external APIs into my app ?
144+ How do I integrate external APIs into my application ?
145145 </ p >
146146 </ div >
147147 </ div >
148- < div class ="col-md-3 ">
148+ < div class ="col-md-3 ">
149149 < div class ="well select-next ">
150150 < a href ="/web-application-security.html " class ="btn btn-success btn-full "> < i class ="fa fa-lock fa-inverse fa-2x "> </ i > </ a >
151151 < p class ="under-btn ">
152- What should I do about security in my application?
152+ What should I do to secure my web application?
153153 </ p >
154154 </ div >
155155 </ div >
156- </ div > < style type ="text/css ">
156+ </ div > < style type ="text/css ">
157157 # mc_embed_signup {background : # fff ; clear : left; font : 12px "Helvetica Neue" , Arial, sans-serif; }
158158 /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
159159 We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
0 commit comments