You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>A PaaS makes deployment and operations easier because it forces the developer
4372
4372
to conform applications to the PaaS architecture. For example, Heroku looks
4373
-
for Python's requirements.txt file in the base directory of the repository
4373
+
for Python's <code>requirements.txt</code> file in the base directory of the repository
4374
4374
during deployment because that is the file's de facto community standard
4375
4375
location.</p>
4376
4376
<p><imgsrc="theme/img/servers-versus-paas.png" width="100%" alt="Traditional LAMP server stack versus a Platform-as-a-Service stack" class="technical-diagram" /></p>
@@ -4631,7 +4631,7 @@ <h2>Client requests</h2>
4631
4631
<li>headless browser, commonly use for testing, such as
4632
4632
<ahref="http://phantomjs.org/">phantomjs</a></li>
4633
4633
<li>commandline utility, for example <ahref="https://www.gnu.org/software/wget/">wget</a>
Copy file name to clipboardExpand all lines: platform-as-a-service.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ <h1>Platform-as-a-service</h1>
47
47
an application to a server or IaaS.</p>
48
48
<p>A PaaS makes deployment and operations easier because it forces the developer
49
49
to conform applications to the PaaS architecture. For example, Heroku looks
50
-
for Python's requirements.txt file in the base directory of the repository
50
+
for Python's <code>requirements.txt</code> file in the base directory of the repository
51
51
during deployment because that is the file's de facto community standard
52
52
location.</p>
53
53
<p><imgsrc="theme/img/servers-versus-paas.png" width="100%" alt="Traditional LAMP server stack versus a Platform-as-a-Service stack" class="technical-diagram" /></p>
0 commit comments