TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Deploying a web app to a VPS in 2017

3 pointsby olliecoalmost 8 years ago
I am a looking to deploy a small web application to a VPS that I bought.<p>I was hoping to learn a bit about devops in the process (instead of relying on a PaaS like Heroku) but the ecosystem seems overwhelming. There seems to be a large number of moving parts - Docker, Kubernetes etc.<p>What are some of the simpler options to deploy web apps to a VPS?

3 comments

pocketgophersalmost 8 years ago
My site, <a href="https:&#x2F;&#x2F;pocketgophers.com" rel="nofollow">https:&#x2F;&#x2F;pocketgophers.com</a>, is written in Go and deployed on a single VPS. I described my setup at <a href="https:&#x2F;&#x2F;forum.golangbridge.org&#x2F;t&#x2F;best-go-dev-deployment-environment&#x2F;4978&#x2F;2?u=nathankerr" rel="nofollow">https:&#x2F;&#x2F;forum.golangbridge.org&#x2F;t&#x2F;best-go-dev-deployment-envi...</a>
dsy_oialmost 8 years ago
I think you should use dokku[1], which is the simplest if you want to deploy on a VPS. Kubernetes, ECS are multi-node solutions and may not be ideal for you now.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;dokku" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dokku&#x2F;dokku</a>
sansworkalmost 8 years ago
It really depends on what the webapp is developed in.
评论 #14443697 未加载