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

3 points by ollieco ↗ HN
I am a looking to deploy a small web application to a VPS that I bought.

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.

What are some of the simpler options to deploy web apps to a VPS?

6 comments

[ 2.8 ms ] story [ 25.6 ms ] thread
It really depends on what the webapp is developed in.
It is written in Go (Golang).
stick the executible on the server with nginx in front of it for the easiest setup.
NBA final 2017 Golden State Warriors vs Cleveland Cavaliers

Watch NBA final live Stream, Golden State Warriors vs Cleveland Cavaliers. Game 1 – Thursday June 1, Cleveland at Golden State.

if you want nba final 2017 to watch click here http://2017nbafinals.org/

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.

[1]: https://github.com/dokku/dokku