From 386e775d7ae5a55581786adba9061aac59188f43 Mon Sep 17 00:00:00 2001 From: Julian Zhou Date: Wed, 10 Nov 2021 23:35:24 +0800 Subject: [PATCH 1/2] Add examples of deploying to Alibaba Cloud. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b627d4e64a..deebb7ac06 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Example project using the [parse-server](https://github.com/ParsePlatform/parse- - [Heroku](#heroku) - [AWS Elastic Beanstalk](#aws-elastic-beanstalk) - [Microsoft Azure App Service](#microsoft-azure-app-service) + - [Alibaba Cloud](#alibaba-cloud) - [Google App Engine](#google-app-engine) - [Scalingo](#scalingo) - [OpenShift Online (Next Gen)](#openshift-online-next-gen) @@ -81,6 +82,14 @@ Detailed information is available here: * [Parse Server with Azure Managed Services](https://azure.microsoft.com/en-us/marketplace/partners/microsoft/parseserver/) * [Parse Server Azure Blog Post](https://azure.microsoft.com/en-us/blog/announcing-the-publication-of-parse-server-with-azure-managed-services/) +## Alibaba Cloud + +[![Deploy to Alibaba Cloud](https://github.com/alibabacloud-howto/solution-applicationstack-parse/raw/main/images/deploy.png)](https://github.com/alibabacloud-howto/solution-applicationstack-parse) + +Either deploy the Parse Server with MongoDB or RDS for PostgreSQL as the backend database: +* [Deploy Application Stack Parse Server with MongoDB on Alibaba Cloud](https://github.com/alibabacloud-howto/solution-applicationstack-parse/tree/main/parse-server-mongodb) +* [Deploy Application Stack Parse Server with RDS for PostgreSQL on Alibaba Cloud](https://github.com/alibabacloud-howto/solution-applicationstack-parse/tree/main/parse-server-postgresql) + ## Google App Engine 1. Clone the repo and change directory to it From 23b3b78dcf4f985db058da2184a5e10ab0bd2633 Mon Sep 17 00:00:00 2001 From: Julian Zhou Date: Wed, 10 Nov 2021 23:47:48 +0800 Subject: [PATCH 2/2] Update deployment to Alibaba Cloud. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deebb7ac06..7920eb24d9 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Detailed information is available here: [![Deploy to Alibaba Cloud](https://github.com/alibabacloud-howto/solution-applicationstack-parse/raw/main/images/deploy.png)](https://github.com/alibabacloud-howto/solution-applicationstack-parse) -Either deploy the Parse Server with MongoDB or RDS for PostgreSQL as the backend database: +Deploy the Parse Server either with MongoDB or RDS for PostgreSQL as the backend database: * [Deploy Application Stack Parse Server with MongoDB on Alibaba Cloud](https://github.com/alibabacloud-howto/solution-applicationstack-parse/tree/main/parse-server-mongodb) * [Deploy Application Stack Parse Server with RDS for PostgreSQL on Alibaba Cloud](https://github.com/alibabacloud-howto/solution-applicationstack-parse/tree/main/parse-server-postgresql)