This repo is a collection of ad-hoc scripts and snippets for setting up and administering a small cloud server. They are just a stepping stone toward for formal automation. # Machine setup ```sh ./setup_machine.sh ``` # Set up basic nginx server ```sh ./setup_basic_nginx.sh ```