Hi John couldn't find the thread for ruote-kit and my post is more for Kenneth. Please feel free to redirect me to the right thread.
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) 2) Running rackup from the another directory (after having copied the 2 files config.ru and Gemfile) - run rackup with root ==> NOK, config.ru:13:in `require': no such file to load -- lib/ruote-kit (LoadError) - run rackup with "user" ==> NOK, same error ==> Apart the jeweler issuer for testing (why does it find it with root?), it looks then the Bundler.setup does not include the ruote-kit path into the lib path. Any idea on how I could do that? many thanks -- 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
