-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
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. |
Hello, is it now possible to do so ? |
What is not working? Open a new issue with relevant infos please |
I am sorry for being unclear; the title of this closed issue states, I was wondering whether it is now possible to implement parse-dashboard as a dependency I refrained from opening a new issue since this might not be an issue after all. |
Both are just express app. You need to mount them on an express server and deploy to EB |
refactor: Enable admin app page
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
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.The text was updated successfully, but these errors were encountered: