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

problems running on aws elastic beanstalk - docs issue #158

Open
davehorton opened this issue Jun 12, 2020 · 1 comment
Open

problems running on aws elastic beanstalk - docs issue #158

davehorton opened this issue Jun 12, 2020 · 1 comment

Comments

@davehorton
Copy link

Following the instructions at https://nodered.org/docs/getting-started/aws

I ran into a couple of problems that might be worthy to note.

First, the docs say to open port 8081 for admin access, but the linked settings.js file from the docs actually listens on port 1880.

Second, its worth noting that when you run eb create you are prompted for a node.js version, and if you choose node 12.x the deployment fails. This is because the provided package.json in the docs page above specifies an engine version of 10.x. So you either need to edit the provided package.json, or make sure to select 10.x when prompted by eb

@knolleary
Copy link
Member

Hi - thanks for the feedback. I'm going to move this issue over the documentation repository.

@knolleary knolleary transferred this issue from node-red/node-red Jun 12, 2020
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

2 participants