[Rails] Re: Really need some help with production environment installation

2009-10-15 Thread Jeremy Cowley
Yeah Im going to do some serious reading up on this. Ive not even started down the rails path and found ive got some serious fundamentals to learn. Thanks for all the support; i will be back at some point! 2009/10/15 Conrad Taylor > On Thu, Oct 15, 2009 at 1:22 AM, Jez wrote: > >> >> OK, so ba

[Rails] Re: Really need some help with production environment installation

2009-10-15 Thread Conrad Taylor
On Thu, Oct 15, 2009 at 1:22 AM, Jez wrote: > > OK, so back to basics: > Why every time i modify .profile does it just keep adding new stuff > in? > > This is the standard way in which it works. When you start up a shell a new shell or execute 'source .profile', the .profile file is executed and

[Rails] Re: Really need some help with production environment installation

2009-10-15 Thread Jez
OK, so back to basics: Why every time i modify .profile does it just keep adding new stuff in? After setting it several times, im getting duplicate entries for directories? /usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/ sbin:/sbin:/usr/local/bin:/usr/X11/bin when echo'd

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Conrad Taylor
On Wed, Oct 14, 2009 at 9:07 AM, Jez wrote: > > There's nothing currently in my path profile file (that is what you > all mean?) I removed it at Conrads request. > > as per hivelogic it was previously > export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin: > $PATH" > > Your PATH shoul

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Leonardo Mateo
On Wed, Oct 14, 2009 at 6:07 PM, Jez wrote: > > There's nothing currently in my path profile file (that is what you > all mean?) I removed it at Conrads request. > > as per hivelogic it was previously > export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin: > $PATH" > > Even without th

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Jez
There's nothing currently in my path profile file (that is what you all mean?) I removed it at Conrads request. as per hivelogic it was previously export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin: $PATH" Even without this i am receiving a similar error. If i understand correctly

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Leonardo Mateo
On Wed, Oct 14, 2009 at 4:16 PM, Eric wrote: > > J, > > Can you paste in exactly what is in your PATH now? That might help > clear up where the problem is. And yes, if you are following the > Hivelogic instructions for the Ruby/Rails/Gem install you will need > something in your PATH. > I don't

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Eric
J, Can you paste in exactly what is in your PATH now? That might help clear up where the problem is. And yes, if you are following the Hivelogic instructions for the Ruby/Rails/Gem install you will need something in your PATH. On Oct 14, 8:49 am, Jez wrote: > Hello again, > Ok ive removed that

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Jez
Hello again, Ok ive removed that from my path, and still get similar error $ sudo gem update --system Password: /usr/local/lib/ruby/1.8/thread.rb:5:in `require': no such file to load -- thread.so (LoadError) from /usr/local/lib/ruby/1.8/thread.rb:5 from /usr/local/lib/ruby/site_ru

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Conrad Taylor
Hi, please remove the following from your path: /usr/local/bin /usr/local/sbin Then open a new shell and try the commands that I specify below. -Conrad On Wed, Oct 14, 2009 at 4:21 AM, Jez wrote: > > Ok so no joy there, still getting exact same messages > > sudo gem update --system > /usr/lo

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Jez
Ok so no joy there, still getting exact same messages sudo gem update --system /usr/local/lib/ruby/1.8/thread.rb:5:in `require': no such file to load -- thread.so (LoadError) from /usr/local/lib/ruby/1.8/thread.rb:5 from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:10:in `requir

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Jez
Thanks Conrad I will have a go. I found myself pointed to the Hivelogic tutorials from most places ie lynda.com & ADC. Much Appreciated Jez On 14 Oct, 11:56, Conrad Taylor wrote: > On Wed, Oct 14, 2009 at 2:22 AM, Jez wrote: > > > Hi All. > > Ive heard so much about RoR now Iand i would real

[Rails] Re: Really need some help with production environment installation

2009-10-14 Thread Conrad Taylor
On Wed, Oct 14, 2009 at 2:22 AM, Jez wrote: > > Hi All. > Ive heard so much about RoR now Iand i would really like to get my > hands dirty. Only trouble is i just cant seem to get it up and > running: > > Ive followed the hivelogic instructions several times on two different > mac's. > when i st