script/install includes a system call to run "sudo rake gems:install" which is probably what's causing the error you're seeing. We have that call in order to install any missing gem dependencies that we couldn't package with the Insoshi source under vendor/. (The main reason would be that the gem requires a native compile.)
Taking a look at the list of pre-installed gems on Dreamhost (at http://rails.dreamhosters.com/), it looks like the only one that's missing is chronic which is required for ultrasphinx. You can take a look at http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_Gems_Installed_in_Your_Home_Directory for details on how to install a gem to your home directory on the Dreamhost PS. (The instructions look pretty good but I haven't tried this myself.) Long On Wed, Sep 17, 2008 at 8:34 PM, Lance <[EMAIL PROTECTED]> wrote: > > Dreamhost PS (Virtual Private Server) doesn't allow root access. I > tried to run the "script/install" command, but got a "permission > denied" error. Sudo doesn't work either, of course... (I'm not in the > Sudoers file.) > > Am I missing something? How can I install Insoshi? > > Any help would be appreciated! > > Thanks, > Lance > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
