[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

deploying without ruby gems

robertj

4/7/2006 11:57:00 AM

hi,

i have a quite complex application with a lot
of third party (gem) packages and a lot of inhouse
packages.

every package 3rd party or not is hosted within its
own folder (and subfolders if needed) and is checked
in into subversion.

now the whole application should be deployed to
many machines inhouse. the deployment should usually
simply consist of a checkout into a defined directory
and then be started from there.

the problem i have is that i dont know how to make
all those 3rd party gem-modules available without
doing the usual gem-install/setup.rb process.

any help is greatly apreciated.

ciao robertj