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

Discuss how to deploy the Kanban app into production #29

Closed
bebraw opened this issue May 13, 2015 · 2 comments
Closed

Discuss how to deploy the Kanban app into production #29

bebraw opened this issue May 13, 2015 · 2 comments

Comments

@bebraw
Copy link
Member

bebraw commented May 13, 2015

Related to chapter 11. Need to show whole pipeline and how things go together.

@justjacksonn
Copy link

This would be fantastic. Most examples/talks focus on the dev side of things, but actually seeing how a QA, Stage and production setup would work with NodeJS, ReactJS and so forth would be very helpful. Myself being a Java/JEE developer, I am familiar with setting up JEE servers for production, scalability, and deploying to them (rolling restart, auto-restart, etc). I am unfamiliar with how you take a nodejs/reactjs application "folder" with build/ lib/ app/ and so forth, bundle it up for deployment, then deploy it.. and what happens when you have multiple servers behind a load balancer.. how to manage state (I assume being rest API driven, there is no state to worry about..thus my issue #31), how to upgrade a server that is already being used (rolling restart or does it happen so fast users wouldn't notice). Things like that would be great to understand.

@bebraw
Copy link
Member Author

bebraw commented Aug 17, 2015

Building Kanban is likely the best I can do within the current scope. The chapter shows you how to get a respectable production level bundle out of Webpack. It also touches the concept of isomorphism.

I feel discussing load balancers and such would go way out of scope. I also lack the expertise so that doesn't improve things either. :)

It's likely there are other, more deployment specific books, that deal with the topic way better than I ever could.

@bebraw bebraw closed this as completed Aug 17, 2015
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