Description
We have many guides out there, all introducing a different way to get started with parse-server:
Here: https://github.com/parse-community/parse-server#running-parse-server, through global installation,
Here: http://docs.parseplatform.org/parse-server/guide/#getting-started, with the bootstrap script (very powerful IMHO)
or the parse-server-example.
This may be a bit complex for a new comer to get it up and running, so I suggest we consolidate all approaches.
The best way, would be one that allows a 'flexible' configuration of parse-server, provides an evolutive way to move forward and deploy to any 3rd party provider easily.
Perhaps a mix of bootstrap.sh and something else. I find parse-server-example being a bit odd as it encourages people forking / having this as a remote and often, cause security issues.
What's great on the parse-server-example is the 'setup page' which is interactive and fun, perhaps we could move it somewhere else, / install it when using bootstrap.sh if the user wants.