Hi!
I've tried to install jobsworth on both a Ubuntu and a FreeBSD OS, but
am getting stuck at the same point. ARI's readme, at step 5, says
(emphasis mine):
Again _as the user your Apache httpd server runs as:_
...
rvm exec bundle install.
Here's the problem. When I run this as the www user in FreeBSD, I get
the following error.
Fetching source index for
http://rubygems.org
Errno::ENOENT: No such file or directory - /usr/local/www.gem/ruby/
1.9.1/cache/rake-0.9.2.2.gem
An error occured while installing rake (0.9.2.2), and Bundler cannot
continue. Make sure that 'gem install rake -v '0.9.2.2'' succeeds
before bundling.
I've done the following
- Allowed the www user to logon
- Installed the rake file as root
- Checked the rvm (1.10.2), bundle (1.0.21), gem (1.8.15), and rake
(0.9.2.2) versions being used by the www user.
- Attempted gem install rake -v '0.9.2.2' without success.
Any help would be gratefully appreciated. I'm prepared to do a bit of
debugging if needs be.
Rich M