Server Setup Scripts

The cluster discusses automating server installation and configuration using scripts like bash one-liners, comparing them to tools such as Ansible, Puppet, Chef, and cloud-init for reproducible environments.

➡️ Stable 0.6x DevOps & Infrastructure
2,320
Comments
20
Years Active
5
Top Authors
#9631
Topic ID

Activity Over Time

2007
6
2008
23
2009
32
2010
71
2011
95
2012
107
2013
217
2014
143
2015
129
2016
165
2017
109
2018
129
2019
118
2020
145
2021
164
2022
164
2023
150
2024
158
2025
173
2026
22

Keywords

DO BS AIX StackScript commando.io linode.com RedHat ngx.com node.js JVM script scripts install bash puppet installing ansible command line docker installer

Sample Comments

nodesocket Oct 18, 2014 View on HN

I'm the founder of https://commando.io. We provide a way to write scrips (in bash, perl, python, ruby, go, or node.js) and run those scripts against servers. This saves you time, but also provides a repeatable way to install packages and configure services on servers. Perhaps we can help you.

joelkesler Dec 13, 2021 View on HN

Author here:For sure! I can understand that. For people who don’t want to use the script, I also included a list of what is installed in the README. Experienced dev's can manually install and configure what they need.We have many devs who are fresh out of university or used to windows, so not all are experts with the Linux/Mac command-line. This is helpful for them, and others who just want to start quick.Update: clarifications

jermaustin1 Jan 2, 2018 View on HN

How long until someone makes a script to install and configure all of the opensource products and clones the API to run on a DO droplet?

politelemon Oct 30, 2024 View on HN

Have a look at ansible too, you can have what are called 'runbooks' to set up your server the way you want.https://docs.ansible.com/ansible/latest/getting_started/intr...

bongodongobob Jul 19, 2025 View on HN

I've had the same experience. It's just so much easier to write a script to copy/install/configure everything than it is to learn the ins and outs of building a package.

indigodaddy Sep 22, 2025 View on HN

Also isn't it just a script to install some stuff and customize

tomerbd Sep 11, 2021 View on HN

Which scripting or which infra do you use for automatic installation/configuration of your server?

Dobbs Jan 21, 2011 View on HN

Couldn't you just do:wget https://github.com/joshfng/railsready/raw/master/railsready.... && bash ./railsready.shBesides the "1" command is really 4.If you are setting up enough VM's that you need this you should have something like puppet installed and don't need this. If you are setting up one machine then do it by hand. Know the tools you have installed and keep track of them it will m

gbrindisi Dec 2, 2010 View on HN

Question: you will do all the configuration by yourself helped by some scripts or everything will be fully automated?

throwaway180118 Feb 13, 2018 View on HN

Looks nice. Could you put together an install script?