Ajenti 1
FR
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)
Se connecter / S'inscrire
FR
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)
Se connecter / S'inscrire
Profil utilisateur
Jamil Ben Alluch
Vos commentaires
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.
il y a 10 ans
Service d'assistance aux clients
par UserEcho
Jamil Ben Alluch
0,1
Enregistrement :
il y a 10 ans
Dernière activité :
il y a 10 ans
Menu utilisateur
1
Commentaires
$ 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.