Skip to content

Commit 8021695

Browse files
committed
Update README.md
1 parent e149841 commit 8021695

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
1818

1919
### Getting Started With Heroku + Mongolab Development
2020

21-
#### With the Heroku Button
22-
23-
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
24-
25-
#### Without It
26-
2721
* Clone the repo and change directory to it
2822
* Log in with the [Heroku Toolbelt](https://toolbelt.heroku.com/) and create an app: `heroku create`
2923
* Use the [MongoLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox`
@@ -32,28 +26,16 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
3226

3327
### Getting Started With AWS Elastic Beanstalk
3428

35-
#### With the Deploy to AWS Button
36-
37-
<a title="Deploy to AWS" href="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" target="_blank"><img src="http://d0.awsstatic.com/product-marketing/Elastic%20Beanstalk/deploy-to-aws.png" height="40"></a>
38-
39-
#### Without It
4029

4130
* Clone the repo and change directory to it
4231
* 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`
4332
* 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>`
4433

4534
### Getting Started With Microsoft Azure App Service
4635

47-
#### With the Deploy to Azure Button
48-
49-
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)
50-
51-
#### Without It
52-
5336
A detailed tutorial is available here:
5437
[Azure welcomes Parse developers](https://azure.microsoft.com/en-us/blog/azure-welcomes-parse-developers/)
5538

56-
5739
### Getting Started With Google App Engine
5840

5941
1. Clone the repo and change directory to it
@@ -72,12 +54,6 @@ A detailed tutorial is available here:
7254

7355
### Getting Started With Scalingo
7456

75-
#### With the Scalingo button
76-
77-
[![Deploy to Scalingo](https://cdn.scalingo.com/deploy/button.svg)](https://my.scalingo.com/deploy)
78-
79-
#### Without it
80-
8157
* Clone the repo and change directory to it
8258
* Log in with the [Scalingo CLI](http://cli.scalingo.com/) and create an app: `scalingo create my-parse`
8359
* Use the [Scalingo MongoDB addon](https://scalingo.com/addons/scalingo-mongodb): `scalingo addons-add scalingo-mongodb free`

0 commit comments

Comments
 (0)