Re: Installing Redmine

2010-02-24 Thread Eric Cope
I am having my tech support look into it too. I requested they keep me posted on how they ended up doing it so I can post it here in case others are interested. If you find your notes, I'd appreciate any help you can offer, but don't spend too much time searching. Thanks for the tips! Eric On We

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 23:14 -0700, Eric Cope wrote: > I am trying to install a package (redmine). I am interested in > learning Ruby (I will look to download the book). > Redmine is a helpdesk, bug tracker, software package. Surprisingly, > the last release was 3 weeks ago. > I'll definitely look

Re: Installing Redmine

2010-02-24 Thread Eric Cope
I am trying to install a package (redmine). I am interested in learning Ruby (I will look to download the book). Redmine is a helpdesk, bug tracker, software package. Surprisingly, the last release was 3 weeks ago. I'll definitely look into using passenger instead if possible. Eric On Wed, Feb 24

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 22:55 -0700, Eric Cope wrote: > This is my first time with Ruby. How do I work around the installation > of such a package for this software platform (redmine)? Do you have an > preferred online references regarding Ruby? It seems like you are trying to run a package, not

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 22:09 -0700, Eric Cope wrote: > so far... > Redmine required: > rack 1.0.1 (latest 1.1.0, had to use gem install rack -v 1.0.1) > test_spec > camping > fcgi > > I can not seem to install fcgi. here is the output... > > ERROR: Error installing fcgi: > ERROR: Failed to bu

Re: Installing Redmine

2010-02-24 Thread Eric Cope
This is my first time with Ruby. How do I work around the installation of such a package for this software platform (redmine)? Do you have an preferred online references regarding Ruby? On Wed, Feb 24, 2010 at 10:50 PM, Craig White wrote: > On Wed, 2010-02-24 at 22:09 -0700, Eric Cope wrote: > >

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 22:09 -0700, Eric Cope wrote: > so far... > Redmine required: > rack 1.0.1 (latest 1.1.0, had to use gem install rack -v 1.0.1) > test_spec > camping > fcgi > > I can not seem to install fcgi. here is the output... > > ERROR: Error installing fcgi: > ERROR: Failed to bu

Re: Installing Redmine

2010-02-24 Thread Eric Cope
so far... Redmine required: rack 1.0.1 (latest 1.1.0, had to use gem install rack -v 1.0.1) test_spec camping fcgi I can not seem to install fcgi. here is the output... ERROR: Error installing fcgi: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb install fcgi checking

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 19:12 -0700, Eric Cope wrote: > whats the process for installing an older version of rack? 1.1.0 is > the latest, but this software seems to require 1.0.1? I think that perhaps something is specifically requiring it like perhaps some statement in environment.rb - perhaps

Re: Ruby it is!

2010-02-24 Thread Michael Havens
nope... it will not work it causes an ipconflict when I enable it on the rj45 connector. it won't even let me enable it on the wireless adapter! On Wed, Feb 24, 2010 at 7:00 PM, Michael Havens wrote: > hey... I think it will work. I just need to share the connection with my > router! > > > O

Re: Installing Redmine

2010-02-24 Thread Eric Cope
whats the process for installing an older version of rack? 1.1.0 is the latest, but this software seems to require 1.0.1? On Wed, Feb 24, 2010 at 6:32 PM, Eric Cope wrote: > I do have root access. I will try some of those. > Thanks. > Eric > > > On Wed, Feb 24, 2010 at 6:24 PM, Craig White wrote

Re: Ruby it is!

2010-02-24 Thread Michael Havens
hey... I think it will work. I just need to share the connection with my router! On Wed, Feb 24, 2010 at 6:56 PM, Michael Havens wrote: > lovely. I d/l the ruby tar ball on M$and upack in ubuntu to compile it > on my own. I then find out that "By default, Ubuntu does not come with the > tool

Re: Ruby it is!

2010-02-24 Thread Michael Havens
lovely. I d/l the ruby tar ball on M$and upack in ubuntu to compile it on my own. I then find out that "By default, Ubuntu does not come with the tools required [to compile programs]." It goes on to say that I need to apt-get a package to enable it. Well shoot! On Wed, Feb 24, 2010 at 6:43 PM

Re: Ruby it is!

2010-02-24 Thread Michael Havens
does anyone know how to get the Linux box to talk to the network? practicallynetworked only has to do with sharing the connection between windows boxes. or should it automagically do it? On Wed, Feb 24, 2010 at 8:22 AM, Stephen wrote: > Here is something to look at then, use windows to share

Re: Installing Redmine

2010-02-24 Thread Eric Cope
I do have root access. I will try some of those. Thanks. Eric On Wed, Feb 24, 2010 at 6:24 PM, Craig White wrote: > On Wed, 2010-02-24 at 18:13 -0700, Eric Cope wrote: > > sorry. Rack 1.1.0. Its CentOS. Its not my machine, its a production > > web server (VPS) I rent. I was able to install the g

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 18:13 -0700, Eric Cope wrote: > sorry. Rack 1.1.0. Its CentOS. Its not my machine, its a production > web server (VPS) I rent. I was able to install the gem, but now its > complaing this way... > > RubyGem version error: rack(1.1.0 not ~> 1.0.1) > > My method for installing

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 18:13 -0700, Eric Cope wrote: > sorry. Rack 1.1.0. Its CentOS. Its not my machine, its a production > web server (VPS) I rent. I was able to install the gem, but now its > complaing this way... > > RubyGem version error: rack(1.1.0 not ~> 1.0.1) > > My method for installing

Re: Installing Redmine

2010-02-24 Thread Eric Cope
sorry. Rack 1.1.0. Its CentOS. Its not my machine, its a production web server (VPS) I rent. I was able to install the gem, but now its complaing this way... RubyGem version error: rack(1.1.0 not ~> 1.0.1) My method for installing the gem is via cpanel's whm. I do have shell access. Eric On Wed

Re: Installing Redmine

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 17:50 -0700, Eric Cope wrote: > Hello all, > I am trying to install redmine, a ruby on rails application, but am > having difficulty installing it. Its complaing about > Could not find RubyGem rack (~> 1.0.1) > > I think I have 1.1.0 installed. Any ideas? > > This is my firs

Installing Redmine

2010-02-24 Thread Eric Cope
Hello all, I am trying to install redmine, a ruby on rails application, but am having difficulty installing it. Its complaing about Could not find RubyGem rack (~> 1.0.1) I think I have 1.1.0 installed. Any ideas? This is my first RoR application, so its going a little slower than usual. -- Eri

Re: ubuntu 9.10

2010-02-24 Thread Craig White
On Wed, 2010-02-24 at 14:44 -0700, Stephen wrote: > Recent Fedora installs are now a livecd as well no longer DVD's > wrong - you simply have a choice of the installation DVD or a live-cd. There are DVD's for various cpu's (i386, x86_64, PPC, etc.) The live-cd is obviously a small footprint

Re: ubuntu 9.10

2010-02-24 Thread Trent Shipley
Jim March wrote: > On Wed, Feb 24, 2010 at 1:47 PM, Michael Havens wrote: > >> when I tried to start Ruby it told me to apt-get it. Unfortunately, I do not >> have internet for that box. >> > > Michael, the thing about FOSS software is, because it's free nobody > spends a lot of time nice

Re: ubuntu 9.10

2010-02-24 Thread Stephen
Recent Fedora installs are now a livecd as well no longer DVD's On Wed, Feb 24, 2010 at 2:30 PM, Jim March <1.jim.ma...@gmail.com> wrote: > On Wed, Feb 24, 2010 at 1:47 PM, Michael Havens wrote: >> when I tried to start Ruby it told me to apt-get it. Unfortunately, I do not >> have internet for t

Re: ubuntu 9.10

2010-02-24 Thread Jim March
On Wed, Feb 24, 2010 at 1:47 PM, Michael Havens wrote: > when I tried to start Ruby it told me to apt-get it. Unfortunately, I do not > have internet for that box. Michael, the thing about FOSS software is, because it's free nobody spends a lot of time nicely sticking everything on CD. Not with

Re: ubuntu 9.10

2010-02-24 Thread Michael Havens
when I tried to start Ruby it told me to apt-get it. Unfortunately, I do not have internet for that box. On Wed, Feb 24, 2010 at 8:20 AM, Stephen wrote: > 98% of the applications you want to install are had via internet > access to the repositories. all the software that is installed on the > CD

Re: [Lf-announce] Linux Foundation Newsletter: February 2010

2010-02-24 Thread Stephen
Thats quite interesting. thanks. On Wed, Feb 24, 2010 at 4:32 AM, Lisa Kachold wrote: > !! > > -- Forwarded message -- > From: Linux Foundation > Date: Tue, Feb 23, 2010 at 11:37 AM > Subject: [Lf-announce] Linux Foundation Newsletter: February 2010 > To: lf-annou...@linux-fo

Re: Ruby it is!

2010-02-24 Thread Stephen
Here is something to look at then, use windows to share its connection to yoru ubuntu box? http://www.practicallynetworked.com/sharing/xp_ics/ On Tue, Feb 23, 2010 at 8:30 PM, Michael Havens wrote: > I am 'sharing' someones unsecure wireless account. I do not have a wireless > card for ubuntu bu

Re: ubuntu 9.10

2010-02-24 Thread Stephen
98% of the applications you want to install are had via internet access to the repositories. all the software that is installed on the CD is on your computer already. (i think) http://spiceminesofkessel.com/2009/11/11/a-beginners-guide-to-installing-software-in-ubuntu-9-10/ On Tue, Feb 23, 2010 a

Re: Ruby it is!

2010-02-24 Thread Lisa Kachold
Active State http://www.activestate.com/ Allows languages and command line tools for Window$ On Tue, Feb 23, 2010 at 6:54 PM, Michael Havens wrote: > Okay. The majority of the noise out there is telling me to learn Ruby; > therefore, Ruby is what shall be learned! My next question is how shou

Fwd: [Lf-announce] Linux Foundation Newsletter: February 2010

2010-02-24 Thread Lisa Kachold
!! -- Forwarded message -- From: Linux Foundation Date: Tue, Feb 23, 2010 at 11:37 AM Subject: [Lf-announce] Linux Foundation Newsletter: February 2010 To: lf-annou...@linux-foundation.org In this month's Linux Foundation newsletter: * Linux Foundation Hosts MeeGo Project *