Skip to content

Commit

Permalink
Merge pull request #816 from ParsePlatform/readme-dupe
Browse files Browse the repository at this point in the history
Remove duplicated instructions
  • Loading branch information
flovilmart committed Mar 4, 2016
2 parents 33ac895 + 8363122 commit e3d26e2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@ The default port is 1337, to use a different port set the PORT environment varia

The standalone Parse Server can be configured using [environment variables](#configuration).

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`
Expand Down

0 comments on commit e3d26e2

Please sign in to comment.