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
