This setup is for this template. It runs Rails in API mode, Vue + Webpack for view layer and it's all served from the same root directory.
Steps to get droplet up and running with just Ubuntu 16.04 (i.e. not a "one-click" install)
- Create non-root user
adduser production
usermod -aG sudo production