K
K
Konstantin Kruglov2015-07-03 17:16:18
ruby
Konstantin Kruglov, 2015-07-03 17:16:18

Ruby environment - what to use?

You need to deploy Redmine. At first I did everything through apt-get. Then I realized that this was not the case and began to look for how they usually create an environment for ROR apps. Began to use RVM. Like what you need. I also installed Thin through RVM. All this in the user's environment. But even this is not enough. Then I started reading about gemsets and came across bundler. Something else was found there. And I'm completely confused about what and how to use. I don't need something really cool. The articles that I saw are 3-4 years old, a bit old. I just need to isolate Ruby so that Redmine will cost happily ever after. As a result, I want to automate all this through ansible.
What do you recommend to use?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai, 2015-07-03
@j_wayne

A common and convenient bundle is rbenv and bundler.
rbenv - for maintaining ruby ​​instances, bundler - for maintaining project dependencies.
The main feature of RVM - gemsets - does not make sense with bundler.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question