Ajenti 1
PL
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)
Zaloguj się/Zarejestruj się
PL
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)
Zaloguj się/Zarejestruj się
Profil użytkownika
Jamil Ben Alluch
Twoje komentarze
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 lat temu
Customer support service
by UserEcho
Jamil Ben Alluch
0,1
Zarejestrowany:
10 lat temu
Ostatnia aktywność:
10 lat temu
Menu użytkownika
1
Komentarze
$ 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.