Ask HN: Tips on Running a Webapp on a VPS?
I just paid for a VPS with OVHCloud in order to host a webapp and a Postgres db. I'm capable enough to ssh in and get things running, but I don't have any sysadmin experience so I'm likely to make rookie mistakes and omit some important setup.
Are there any good resources with some sysadmin tips for hosting a hobby project?
3 comments
[ 3.3 ms ] story [ 14.4 ms ] threadA good way to get started is to install something like tmux or screen, then run "tail -f <log>" to start watching. It sounds simple, but in a crisis (which maybe doesn't apply to a hobby project), separating noise from signal is key.