Ajenti 1
EN
English (EN)
Русский (RU)
Español (ES)
Français (FR)
Deutsch (DE)
Nederlands (NL)
Íslenska (IS)
Eesti (ET)
Қазақша (KK)
Українська (UK)
Dansk (DA)
Català (CA)
Polski (PL)
Sign in / Sign up
EN
English (EN)
Русский (RU)
Español (ES)
Français (FR)
Deutsch (DE)
Nederlands (NL)
Íslenska (IS)
Eesti (ET)
Қазақша (KK)
Українська (UK)
Dansk (DA)
Català (CA)
Polski (PL)
Sign in / Sign up
User profile
Jamil Ben Alluch
Your comments
how to setup puma in a new rails website?
I had to do the following:
$ ln -s `which bundle` /usr/bin/bundle
$ ln -s `which puma` /usr/bin/puma
$ ln -s `which ruby_executable_hooks` /usr/bin/ruby_executable_hooks
$ ln -s `which ruby` /usr/bin/ruby
It seems however that Ajenti isn't yet ready for RVM or Rails. Way too much messing around.
Hopefully the devs will take RVM into consideration as using the pre-packaged ruby is a pain especially when using Ruby 2 and Rails 4.
10 years ago
Customer support service
by UserEcho
Jamil Ben Alluch
0.1
Registered:
10 years ago
Last activity:
10 years ago
User menu
1
Comments
$ ln -s `which bundle` /usr/bin/bundle
$ ln -s `which puma` /usr/bin/puma
$ ln -s `which ruby_executable_hooks` /usr/bin/ruby_executable_hooks
$ ln -s `which ruby` /usr/bin/ruby
It seems however that Ajenti isn't yet ready for RVM or Rails. Way too much messing around.
Hopefully the devs will take RVM into consideration as using the pre-packaged ruby is a pain especially when using Ruby 2 and Rails 4.