-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Parse Server on AWS Elastic Beanstalk #394
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
Comments
The parse-server-example has a dependency on parse-server (https://github.com/ParsePlatform/parse-server-example/blob/master/package.json#L15). The index.js (https://github.com/ParsePlatform/parse-server-example/blob/master/index.js) instantiates the Parse server. |
So I am not need to install the parse-server on AWS Elastic Beanstalk? |
It gets installed when you do npm install, which is what the one-step deploy will do for you (https://github.com/ParsePlatform/parse-server-example/blob/master/.ebextensions/app.config). You do not need to install parse-server yourself. |
Oh I see. |
@json-park But I had some issues. Please read this comment carefully.
So I can't test parse-server on my app. index.js is following: var api = new ParseServer({ databaseURI: databaseUri || 'mongodb://...', }); I add my cloud code in main.js. Now, what can I do? or what should I do? Please help me. Thanks, |
There may be some answers in the following issue thread: |
Hello~
I was set up Parse Server on AWS Elastic Beanstalk below guide link
http://mobile.awsblog.com/post/TxCD57GZLM2JR/How-to-set-up-Parse-Server-on-AWS-using-AWS-Elastic-Beanstalk
But This is for parse-server-example code.
When do i get official parse-server code on AWS Elastic Beanstalk?
Thank you
The text was updated successfully, but these errors were encountered: