Hi Torsten

I did what you said, had still a problem, but I fixed it by commenting
out the following line in config.ru :
#require 'lib/ruote-kit'
If you leave this line when running from any place in your file system
(so just with the 2 files), you'll get and error message.
Tx anyway
Issue fixed
Next topic will be to daemonize (rackup -D) which is not working at
all, but I've seen some threads about it in the rails3 user group.
Cheers
Christophe

On May 20, 12:14 am, Torsten Schönebaum <[email protected]>
wrote:
> Am 19.05.2010 17:41, schrieb Christophe Malaurie:
>
> > Issue with ruote-kit environment (used the full procedure given in the
> > REAME.doc), after having installed ruote-kit with the root user.
>
> > 1) Running rackup from the installation directory (somewhere in /var/
> > lib/gems/1.8/....)
> > -  run rackup as root (using then config.ru and Gemfile provided with
> > the git distribution) ==> OK, starts with no modification to any file
> > - run rackup as "user"  ==> NOK as the gem 'jeweler' cannot be found
> > (as it is with root)
> > - commenting the :test group in the Gemfile , then run rackup as
> > "user" ==> OK (after giving rights to the "user" for the working
> > directory)
>
> I see that you have installed RuoteKit as a RubyGem. But you really
> shouldn't mess up the directory where the gem's files are stored.
> RubyGems are meant to be included as a library.
>
> You just need two files to do that: config.ru and Gemfile. I've posted a
> gist with some example contents:http://gist.github.com/406108
>
> Just put those files in an empty directory, call bundle install and
> rackup and have a running RuoteKit.
>
> Sorry if the docs are a bit misleading at the moment. I will try to fix
> that asap.
>
> HTH,
> Torsten
>
> --
> you received this message because you are subscribed to the "ruote users" 
> group.
> to post : send email to [email protected]
> to unsubscribe : send email to [email protected]
> more options :http://groups.google.com/group/openwferu-users?hl=en

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to