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

Cannot install on elastic beanstalk as dependency of parse server #134

Closed
aryelevin opened this issue Mar 12, 2016 · 5 comments
Closed

Cannot install on elastic beanstalk as dependency of parse server #134

aryelevin opened this issue Mar 12, 2016 · 5 comments

Comments

@aryelevin
Copy link

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!

  • [V] You're running version >=2.1.4 of Parse Server.
  • [V] You've searched through existing issues. Chances are that your issue has been reported or resolved before.

Environment Setup

I've added "parse-dashboard": "ParsePlatform/parse-dashboard" in dependencies, but after deploy finished, i get the following files in the root of the module:
bin
LICENSE
node_modules
package.json
Parse-Dashboard
README.md

Thats all, where is the lib etc?

Steps to reproduce

Logs/Trace

Note: If you get a browser JS error please run npm run dev. This will provide source maps and a much more useful stack trace.

@drew-gross
Copy link
Contributor

You will need to clone the dashboard using the instructions in the readme, and then build it (also using the instructions in the readme). It's not set up to be installed via npm yet, although we are working on that.

@polo2244
Copy link

polo2244 commented May 3, 2017

Hello, is it now possible to do so ?
It isn't woking for me either.

@flovilmart
Copy link
Contributor

What is not working? Open a new issue with relevant infos please

@polo2244
Copy link

polo2244 commented May 3, 2017

I am sorry for being unclear; the title of this closed issue states,
"Cannot install on elastic beanstalk as dependency of parse server"

I was wondering whether it is now possible to implement parse-dashboard as a dependency
in the server and have it automatically available when the server runs without deploying in node_modules before uploading to aws beanstalk.

I refrained from opening a new issue since this might not be an issue after all.

@flovilmart
Copy link
Contributor

Both are just express app. You need to mount them on an express server and deploy to EB

douglasmuraoka pushed a commit that referenced this issue Nov 29, 2019
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

No branches or pull requests

4 participants