Probably a newbie mistake --
Hello,
I'm having some trouble at Step 5: Test.
I can run the following without being prompted for the password:
sudo /opt/caprese/caprese start DESCRIPTION="test description"
However I get the below:
pro:~ ar4s$ sudo /opt/caprese/caprese stop
/opt/caprese/config.rb:59:in load': uninitialized constant CapreseConfigurator::MY_NAME (NameError) from /opt/caprese/lib/caprese_configurator.rb:24:inload'
from /opt/caprese/lib/caprese_configurator.rb:11:in load_config' from /opt/caprese/lib/caprese_configurator.rb:6:ininitialize'
from /opt/caprese/lib/caprese.rb:3:in new' from /opt/caprese/lib/caprese.rb:3:inconfig'
from /opt/caprese/lib/caprese.rb:7:in actions' from /opt/caprese/lib/caprese.rb:24:instop'
from /opt/caprese/lib/caprese.rb:40:in with_growl_notification' from /opt/caprese/lib/caprese.rb:23:instop'
from /opt/caprese/caprese:9
from /opt/caprese/caprese:14:in `call'
from /opt/caprese/caprese:14
After running through the rest of the install Steps I see that nothing seems to be working.
Apologies if I'm missing something obvious, but I'm willing to help you help me if I'm missing any information that is important.
Cheers!
It appears you are referencing an underclared constant nnamed "MY_NAME". Perhaps it is an area of the docs that can be improved...
I'll be honest, I'm not really sure how that would even effect the script? Is it that I missed something (should I try again from the beginning?)
Thanks!