Welcome Guest | Login

SSH Access

In my welcome email it says that I can logon via SSH right away, but when I try to it says that I have to fax a copy of my driver's license to customer support.  Which is correct?

Thanks,
Seth

2007-02-21 12:56 AM

Hi Seth - you should use a ssh client like putty and connect that way.  I thought we had disabled the ssh part of cPanel (assuming that's what you're using) - please let us know if you run into further trouble.
~William  

2007-02-21 03:35 AM

Thanks for the prompt reply, it worked.

Another problem I'm running into now though. I've got rails running in production mode (I commented out the line in environment.rb). At least it looks like it's running in production b/c it's saving everything to the production log file.

However, when I try rake db:migrate it keeps trying to use the information from the development database in database.yml.  I tried commenting that out, but then it just says no information for development database or something to that effect. I've killed dispatch.fcgi and all that as well.

Never had this problem before any ideas?

2007-02-21 01:38 PM

yeah just run

rake db:migrate RAILS_ENV='production'

that should do the trick.

Cheers,

~William

2007-02-21 01:47 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.