Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example and tutorial of deployment to Alibaba Cloud. #406

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

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)

## Google App Engine

1. Clone the repo and change directory to it
Expand Down