question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to deploy this boilerplate to Elastic Beanstalk?

See original GitHub issue

Hey guys! I tried to publish my app based on this boilerplate to AWS Elastic Beanstalk. Deploy failed. I got something like this:

 react-redux-universal-hot-example@0.9.0 start /var/app/current
 concurrent --kill-others "npm run start-prod" "npm run start-prod-api"
 sh: concurrent: command not found

How can i resolve it?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:13

github_iconTop GitHub Comments

3reactions
yoihitocommented, Jun 18, 2016

@demobo-com I used docker for deployment too, but It wasn’t enough memory for npm install with t2.micro or t2.small so I used t2.medium.

2016-06-18 13:02 GMT+03:00 Dongwoo Gim notifications@github.com:

@demobo-com https://github.com/demobo-com Maybe, you need to study docker.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/erikras/react-redux-universal-hot-example/issues/1085#issuecomment-226933532, or mute the thread https://github.com/notifications/unsubscribe/ABn8atzUT9_PuPvYZK1lLypOfOPJwPoPks5qM8IggaJpZM4IC2tE .

Best regard Vadim Gribanov

Linkedin: https://www.linkedin.com/in/yoihito Skype: v1mk550 Github: https://github.com/yoihito

1reaction
gimdongwoocommented, May 10, 2016

Sadly, Timeout error on t2.micro.

If using docker, it success.

Create the docker image, push to docker hub and deploy to AWS EB Docker.

https://github.com/erikras/react-redux-universal-hot-example/pull/946 & https://github.com/jlchereau/Docker-AWS/blob/master/docs/NGINX.md

@hanjukim Thank you!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying a rails application to Elastic Beanstalk
Prerequisites · Launch an Elastic Beanstalk environment · Install rails and generate a website · Configure rails settings · Deploy your application ·...
Read more >
Elastic Beanstalk tutorial – AWS orchestration service
Do you want to deploy a Node application Elastic Beanstalk? ... boilerplate, which includes support for deployment with Elastic Beanstalk.
Read more >
Deploying Node.js Apps to AWS Elastic Beanstalk | by Harish V
The process of deploying is pretty straightforward. We just need to upload the code and EB automatically handles the deployment in the ...
Read more >
Install On Beanstalk - Fluentd
A boilerplate application to install td-agent on your AWS Elastic Beanstalk application is provided in this repository. Please follow the instructions in the ......
Read more >
Deploying Laravel Apps to AWS Elastic Beanstalk
AWS Elastic Beanstalk is an easy way to deploy web applications and services. Just upload your code, and it handles the details like...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found