From c0714b9b9dd747286300a0e85ee8e138ce863ddc Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Wed, 24 Feb 2016 13:54:24 -0500 Subject: [PATCH] Shows --port option in README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d44f4b97..640b637e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,20 @@ The standalone Parse Server can be configured using [environment variables](#con Please refer to the [configuration section](#configuration) or help; +To get more help for running the parse-server standalone, you can run: + +`$ npm start -- --help` + +The standalone API server supports loading a configuration file in JSON format: + +`$ npm start -- path/to/your/config.json` + +The default port is 1337, to use a different port set the `--port` option: + +`$ npm start -- --port=8080 path/to/your/config.json` + +Please refer to the [configuration section](#configuration) or help; + You can also install Parse Server globally: `$ npm install -g parse-server`