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

Remove duplicated instructions #816

Merged
merged 1 commit into from
Mar 4, 2016
Merged

Remove duplicated instructions #816

merged 1 commit into from
Mar 4, 2016

Conversation

hramos
Copy link
Contributor

@hramos hramos commented Mar 3, 2016

No description provided.

@@ -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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@flovilmart
Copy link
Contributor

@hramos I just realized we don't say:
We should have an section like:

Installation

As a standalone server:

run : $ npm install -g parse-server

Now parse-server is installed on your system,
to start:

parse-server --appId YOUR_APP_ID --masterKey YOUR_MASTER_KEY

As an express module

If you already have a web server running on express.js, you can add parse-server to it:

in your web server project:

$ npm install --save parse-server
update your main app:

var ParseServer = require('parse-server');
app.use('/parse', new ParseServer(config));

flovilmart added a commit that referenced this pull request Mar 4, 2016
@flovilmart flovilmart merged commit e3d26e2 into master Mar 4, 2016
@flovilmart flovilmart deleted the readme-dupe branch March 4, 2016 04:11
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

Successfully merging this pull request may close these issues.

None yet

3 participants