Hacker News new | ask | show | jobs
by IgorPartola 5809 days ago
A recent issue with my server caused me to look into this. I ended up writing a shell script to deploy the server: install packages, add users, set up services (copy config files). The beautiful thing is that I can run the script repeatedly without side effects, so now instead of using apt-get I just add the new package to the list and run the installer.