I’m attempting to follow the instructions in “Agile Web D. with
Rails” for deploying a Rails application. On page 625 it tells me to
type “cap --apply-to /local/project/path [applicationname]”
My application is called “unit_converter” and it is in directory
“/export/home/adecaria/public_html/” I am typing “cap --apply-to
/export/home/adecaria/public_html/unit_converter” and I am getting the
following error:
“/usr/lib/ruby/1/8/optparse.rb:1381:in `complete’: invalid opotion:
–apply-to (OptionParser::InvalidOption)”
followed by several “from” lines.
Can someone tell me what is wrong?
Thanks,
Alex