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
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,18 @@ Read the full server guide here: https://parse.com/docs/server/guide
30
30
* By default it will use a path of /parse for the API routes. To change this, or use older client SDKs, run `heroku config:set PARSE_MOUNT=/1`
31
31
* Deploy it with: `git push heroku master`
32
32
33
+
### Getting Started With AWS Elastic Beanstalk
34
+
35
+
#### With the Deploy to AWS Button
36
+
37
+
[](https://console.aws.amazon.com/elasticbeanstalk/home?region=us-west-2#/newApplication?applicationName=ParseServer&solutionStackName=Node.js&tierName=WebServer&sourceBundleUrl=https://s3.amazonaws.com/elasticbeanstalk-samples-us-east-1/eb-parse-server-sample/parse-server-example.zip)
38
+
39
+
#### Without It
40
+
41
+
* Clone the repo and change directory to it
42
+
* Log in with the [AWS Elastic Beanstalk CLI](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html), select a region, and create an app: `eb init`
43
+
* Create an environment and pass in MongoDB URI, App ID, and Master Key: `eb create --envvars DATABASE_URI=<replace with URI>,APP_ID=<replace with Parse app ID>,MASTER_KEY=<replace with Parse master key>`
44
+
33
45
### Getting Started Microsoft Azure App Service
34
46
35
47
#### With the Deploy to Azure Button
@@ -41,12 +53,6 @@ Read the full server guide here: https://parse.com/docs/server/guide
* Log in with the [AWS Elastic Beanstalk CLI](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html), select a region, and create an app: `eb init`
48
-
* Create an environment and pass in MongoDB URI, App ID, and Master Key: `eb create --envvars DATABASE_URI=<replace with URI>,APP_ID=<replace with Parse app ID>,MASTER_KEY=<replace with Parse master key>`
49
-
50
56
### Using it
51
57
52
58
You can use the REST API, the JavaScript SDK, and any of our open-source SDKs:
0 commit comments