-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Adds bootstrap.sh #1138
Adds bootstrap.sh #1138
Conversation
Current coverage is
|
echo "\n${CHECK} running npm install\n" | ||
|
||
npm install | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, can you have it echo a curl command.. something like
Here's an example curl command you can use to test the application:
curl -X POST \
-H "X-Parse-Application-Id: ${APP_ID}" \
-d "{\"foo\":\"bar\"}" \
http://localhost:1337/parse/TestObject
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, mongodb is not started, should I add mongodb-runner too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooo... can it ask for a connection string? with default localhost and a note that you should start it separately...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that would work too, I'll remove the auto start
@flovilmart updated the pull request. |
90375c2
to
0a4cc60
Compare
@flovilmart updated the pull request. |
No description provided.