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
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