Who in their right mind wgets and builds software on a production machine...?
I actually do this with one piece of software, and that is PostgreSQL. I know it in and out, it's easy to upgrade via source, and I prefer to put the database in a bundled location e.g. /data/postgres or /home/postgres... instead of /var/lib/postgresql/9.1/main, /etc/postgresql/9.1 et cetera.
Fucking Shell Scripts
41–50 of 180 posts
Re: Fucking Shell Scripts
#42Re: Fucking Shell Scripts
#43Coauthor here. Well, this is a surprise! This project was mainly borne out of our frustrations with Chef and then Ansible for configuring our servers. A few thoughts: 1) This project is incomplete and is more of a concept than anything. We wrote it literally in an afternoon, and were giggling like schoolgirls the whole time. 2) There is value in what Ansible provides. It does a lot of things for you. FSS did not repl…
I wonder if this is what you guys had in mind when you came up with the name
Re: Fucking Shell Scripts
#442. I don't take your project seriously (perhaps unfortunately)
Re: Fucking Shell Scripts
#45"Wanna just use fucking shell scripts to configure a server? Read on!" Step 0: Install the gem # gem install fucking_shell_scripts # gem: command not found wat.
Most people coming from chef would have done the drudgery of msking surr ruby works.
_brilliant_ !
Re: Fucking Shell Scripts
#46Who in their right mind wgets and builds software on a production machine...?
Re: Fucking Shell Scripts
#47However, not having idempotent configuration files seems to be not only missing some of the power of shell scripting but also missing a huge principle of "good" server configuration.
Re: Fucking Shell Scripts
#48Earlier quoted context omitted.
We're using Chef right now, and evaluating other options. They seem to either be between way too over-engineered, or not flexible enough, but nowhere in between. I'd love to see a tool like yours be brought to full maturity, then I think I'd love to use it.
Other co-author here: I couldn't agree with you enough. We settled on Ansible, but have had our fair share of speed bumps along the way.
For my team, I decided on Ansible because it was the simplest option (no agents to install, pure ssh).
Re: Fucking Shell Scripts
#49Coauthor here. Well, this is a surprise! This project was mainly borne out of our frustrations with Chef and then Ansible for configuring our servers. A few thoughts: 1) This project is incomplete and is more of a concept than anything. We wrote it literally in an afternoon, and were giggling like schoolgirls the whole time. 2) There is value in what Ansible provides. It does a lot of things for you. FSS did not repl…
I can imagine someone proposing this at some meeting with managers. "For our next product, we're going to use FUCKING SHELL SCRIPTS for configuration and deployment". What would the managers' faces look like... I wonder if this is what you guys had in mind when you came up with the name
Re: Fucking Shell Scripts
#50Earlier quoted context omitted.
Other co-author here: I couldn't agree with you enough. We settled on Ansible, but have had our fair share of speed bumps along the way.
Out of pure curiosity, what makes Ansible the best choice for you? For my team, I decided on Ansible because it was the simplest option (no agents to install, pure ssh).