DreamHost problems (SSH)

I’m trying to setup my rails app using a command line tool, but I can’t
connect. I’m using SSH Secure Shell, and when I do connect, it says
“This account is setup for FTP access only.”

How can I setup my rails application? Or can I just copy the folders
over, just making sure it’s under the folder “mydomain.com” ?

Please help! Thanks…

You need to set your account to have Shell access. You can do this in
their
admin pages, under Manage Users - edit the settings for your user
account
and the Shell setting is right after changing the user’s name.

If you want to use Capistrano to deploy your app (and you should), you
should make sure to use the /bin/bash shell (which is the default)

ryan wrote:

Or can I just copy the folders
over, just making sure it’s under the folder “mydomain.com” ?

As above but I’m pretty sure you can just copy the folders and files. I
did that with Typo and had no problems.

ryan wrote:

How can I setup my rails application? Or can I just copy the folders
over, just making sure it’s under the folder “mydomain.com” ?

There’s good guidance here:

http://www.railshosting.org/#dreamhost

regards

Justin