From c00c4188589a39920fdefe22fa8c327282c0485b Mon Sep 17 00:00:00 2001 From: Richard Howard Date: Tue, 10 Jul 2012 09:42:55 -0700 Subject: [PATCH 1/5] initial re-write of PaaS --- _posts/09-02-01-Platform-as-a-Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/09-02-01-Platform-as-a-Service.md b/_posts/09-02-01-Platform-as-a-Service.md index 721054b..0dc2560 100644 --- a/_posts/09-02-01-Platform-as-a-Service.md +++ b/_posts/09-02-01-Platform-as-a-Service.md @@ -5,4 +5,4 @@ isChild: true ## Platform as a Service (PaaS) -In recent years cloud platforms have become popular ways of deploying, hosting, and scaling PHP applications. These can be a great if you're learning PHP and don't have experience or interest in server admin work, too. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). +Platform as a Service provide the infrastructure and system configuration necessary to run PHP applications on the web. In recent years PaaS has become popular method of deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). From d19ee4f03c4ed473b9af2c112d3f6999edc54e84 Mon Sep 17 00:00:00 2001 From: Richard Howard Date: Tue, 10 Jul 2012 09:54:02 -0700 Subject: [PATCH 2/5] Expand on what PaaS is and how fits into PHP --- _posts/09-02-01-Platform-as-a-Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/09-02-01-Platform-as-a-Service.md b/_posts/09-02-01-Platform-as-a-Service.md index 0dc2560..1cd8672 100644 --- a/_posts/09-02-01-Platform-as-a-Service.md +++ b/_posts/09-02-01-Platform-as-a-Service.md @@ -5,4 +5,4 @@ isChild: true ## Platform as a Service (PaaS) -Platform as a Service provide the infrastructure and system configuration necessary to run PHP applications on the web. In recent years PaaS has become popular method of deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). +PaaS provides the system architecture necessary to run PHP applications on the web. This means little to no configuration for launching PHP applications or PHP frameworks. Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). From c058d2170a040a15487b0ebe28c7cb5582633270 Mon Sep 17 00:00:00 2001 From: Richard Howard Date: Tue, 10 Jul 2012 09:54:32 -0700 Subject: [PATCH 3/5] Expand on what PaaS is and how fits into PHP --- _posts/09-02-01-Platform-as-a-Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/09-02-01-Platform-as-a-Service.md b/_posts/09-02-01-Platform-as-a-Service.md index 1cd8672..523e05f 100644 --- a/_posts/09-02-01-Platform-as-a-Service.md +++ b/_posts/09-02-01-Platform-as-a-Service.md @@ -5,4 +5,4 @@ isChild: true ## Platform as a Service (PaaS) -PaaS provides the system architecture necessary to run PHP applications on the web. This means little to no configuration for launching PHP applications or PHP frameworks. Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). +PaaS provides the system and network architecture necessary to run PHP applications on the web. This means little to no configuration for launching PHP applications or PHP frameworks. Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). From a9d36235fbf99e24c6d383ca9df49f91be5e6833 Mon Sep 17 00:00:00 2001 From: Richard Howard Date: Tue, 10 Jul 2012 10:06:00 -0700 Subject: [PATCH 4/5] linebreak at 120 char --- _posts/09-02-01-Platform-as-a-Service.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_posts/09-02-01-Platform-as-a-Service.md b/_posts/09-02-01-Platform-as-a-Service.md index 523e05f..fb46137 100644 --- a/_posts/09-02-01-Platform-as-a-Service.md +++ b/_posts/09-02-01-Platform-as-a-Service.md @@ -5,4 +5,10 @@ isChild: true ## Platform as a Service (PaaS) -PaaS provides the system and network architecture necessary to run PHP applications on the web. This means little to no configuration for launching PHP applications or PHP frameworks. Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). +PaaS provides the system and network architecture necessary to run PHP applications on the web. This means little to no +configuration for launching PHP applications or PHP frameworks. + +Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can +find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). + +[Back to Top](#top){.top} \ No newline at end of file From b4b20623873b51b83b698d3c74564dc37e8fce72 Mon Sep 17 00:00:00 2001 From: Richard Howard Date: Tue, 10 Jul 2012 10:07:23 -0700 Subject: [PATCH 5/5] remove back to top --- _posts/09-02-01-Platform-as-a-Service.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_posts/09-02-01-Platform-as-a-Service.md b/_posts/09-02-01-Platform-as-a-Service.md index fb46137..ea9282f 100644 --- a/_posts/09-02-01-Platform-as-a-Service.md +++ b/_posts/09-02-01-Platform-as-a-Service.md @@ -9,6 +9,4 @@ PaaS provides the system and network architecture necessary to run PHP applicati configuration for launching PHP applications or PHP frameworks. Recently PaaS has become a popular method for deploying, hosting, and scaling PHP applications of all sizes. You can -find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). - -[Back to Top](#top){.top} \ No newline at end of file +find a list of [PHP PaaS "Platform as a Service" providers](#php_paas_providers) in our [resources section](#resources). \ No newline at end of file