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

How to update parse server on heroku? #1203

Closed
andreiurzica opened this issue Mar 26, 2016 · 4 comments
Closed

How to update parse server on heroku? #1203

andreiurzica opened this issue Mar 26, 2016 · 4 comments

Comments

@andreiurzica
Copy link

hello,
i created a heroku server using deploy to keroku button.
how can i update parse after that?
how can i see what parse version i'm running on heroku?

@pbush25
Copy link

pbush25 commented Mar 26, 2016

You have to clone the repository to your local machine which Heroku explain in their command line docs, and then you can modify the package.json file to reflect the most recent version of Parse. Then once you commit that back to Heroku, it will build with the newest version.

@noder199
Copy link

Please follow the manual instructions before using the deploy button, it will make more sense.

@gfosco gfosco closed this as completed Mar 29, 2016
@gsharpe
Copy link

gsharpe commented Jul 14, 2017

You can update parse by installing the CLI tool, cloning the parse repository, and then deploying it to Heroku. It’s a pretty straightforward operation.

First you’ll need to figure out the git repository that underlies the “Deploy to Heroku” button. You can find instructions for doing this in the Heroku Knowledge Base.

As a shortcut, if you used the Deploy button from the Heroku devcenter your repository will be https://github.com/ParsePlatform/parse-server-example

From there, it’s pretty straightforward:

  1. Download the CLI tool
  2. Clone the repository to your computer (this will get the latest version of Parse)
  3. Push the repository back to Heroku

A guide to steps 2 & 3 is outlined quite nicely here and in a bit more detail here.

@Onwa1kenobi
Copy link

How do i do this if i manually pushed to Heroku without using the button?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants