DJames
2013-Jan-07 17:35 UTC
[Puppet Users] passenger-3.0.18 command(s) setting env variables to run commands anywhere.
obviously passenger-status and etc... commands works when you are in the path /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin but what env file I need to use to set the right variable to run these commands from any path? cat /etc/redhat-release CentOS release 6.2 (Final) --->> is my OS. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/BtscNyEY2uIJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Denmat
2013-Jan-07 23:31 UTC
Re: [Puppet Users] passenger-3.0.18 command(s) setting env variables to run commands anywhere.
Hi, Options are as follows: set your $PATH. PATH=$PATH:<yourpath>/bin Add a path to a file in your /etc/profile.d/<somefilename> Symlink binaries to /usr/local/bin If you use the RPM provided by stealthmonkeys (not the cannabis site ;) ) it will do this for you. Cheers Den On 08/01/2013, at 4:35, DJames <dominicrjames@gmail.com> wrote:> obviously passenger-status and etc... commands works when you are in the path /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin > but what env file I need to use to set the right variable to run these commands from any path? > > cat /etc/redhat-release > CentOS release 6.2 (Final) --->> is my OS. > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/BtscNyEY2uIJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
DJames
2013-Jan-09 19:55 UTC
Re: [Puppet Users] passenger-3.0.18 command(s) setting env variables to run commands anywhere.
created it, but running the commands anywhere still doesnt work. cat /etc/profile.d/pass.sh PATH=$PATH:/usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin ln -s /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin /usr/bin On Monday, January 7, 2013 6:31:22 PM UTC-5, denmat wrote:> > Hi, > > Options are as follows: > > set your $PATH. > PATH=$PATH:<yourpath>/bin > > Add a path to a file in your /etc/profile.d/<somefilename> > > Symlink binaries to /usr/local/bin > > If you use the RPM provided by stealthmonkeys (not the cannabis site ;) ) > it will do this for you. > > Cheers > Den > > On 08/01/2013, at 4:35, DJames <domini...@gmail.com <javascript:>> wrote: > > obviously passenger-status and etc... commands works when you are in the > path /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/bin > but what env file I need to use to set the right variable to run these > commands from any path? > > cat /etc/redhat-release > CentOS release 6.2 (Final) --->> is my OS. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/BtscNyEY2uIJ. > To post to this group, send email to puppet...@googlegroups.com<javascript:> > . > To unsubscribe from this group, send email to > puppet-users...@googlegroups.com <javascript:>. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/V0_oDwX3lusJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.