Skip to content

Commit a6d3dab

Browse files
committed
Adding Parse Dashboard on Heroku tutorial
Linking to Codementor.io article. I'm assuming others can provide links to either seperate wiki pages in the project of their own blog posts (similar to how it's done on Parse-Server)
1 parent 51b6c08 commit a6d3dab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ docker run -d -p 80:8080 -v host/path/to/config.json:/src/Parse-Dashboard/parse-
149149

150150
If you are not familiar with Docker, ``--port 8080`` will be passed in as argument to the entrypoint to form the full command ``npm start -- --port 8080``. The application will start at port 8080 inside the container and port ``8080`` will be mounted to port ``80`` on your host machine.
151151

152+
## Running Parse Dashboard elsewhere
153+
154+
It's relatively straightforward to setup Parse Dashboard on any Docker or Node.js hosting provider:
155+
156+
- [Parse Dashboard on Heroku in 3 steps](https://www.codementor.io/nodejs/tutorial/deploy-parse-dashboard-on-heroku)
157+
152158
## Contributing
153159

154160
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Dashboard guide](CONTRIBUTING.md).

0 commit comments

Comments
 (0)