Matt
Matt

Reputation: 4387

How do I create centralized Ruby environment variables?

I have multiple Ruby servers, and I need to modify environment variables on each of them, at the same time.

I'm on AWS EC2 with Debian instances. How can I update my variables from a centralized server?

Thanks for your ideas.

Upvotes: 0

Views: 79

Answers (1)

phoet
phoet

Reputation: 18845

There are a variety of tools that you can use: capistrano, knife (chef), puppet...

There is a long list at "Deployment Automation".

Upvotes: 1

Related Questions