PDA

View Full Version : Ruby On Rails (Part 2)



Dan
February 25th, 2007, 12:51
Guys,

Ruby on Rails has been installed on my server. I tried running a command that Craig gave me to appoint it to an account.
The command is:



$ cd /home/deise
$ rails /home/deise/testapp
$ cd /home/deise/testapp/
$ ruby script/generate controller test
$ cd /home/deise/public_html
$ ln -s ../testapp/public rails

As you see, I want to to be placed on an account called deise

But it comes up as No Such Command

Can anyone point me in the right direction?

The programe is installed on /user/local/ruby

Cheers,
Dan

Craig
February 26th, 2007, 19:58
Hi Dan,

You didn't state it was installed under /user.

You dedicated provider should install this (unless unmanaged), if you want, am willing to install Ruby for a small fee.

PM me if you want more info :).

Dan
February 26th, 2007, 20:12
Hi Craig,

Ruby is installed.
I just can't get it to work on any accounts.