On Jan 11, 2008 2:42 AM, Barry <[EMAIL PROTECTED]> wrote:
>
> I'm interested in installing Turbogears on a closed intranet (i.e. no
> access to the internet).  Is it possible to create an installation CD
> for this purpose?

Yes. You need to d/l all necessary eggs. The best way is to checkout:
http://svn.turbogears.org/site_resources/eggs/ and then add the other
dependencies (SQLAlchemy or SO, psycopg2 or any other db "driver") in
the same place.
Then create a script file to

easy_install -f ."the " standalones" (SA, psycopg2...)

first and

easy_install -f . TurboGears-xxxx

and you'll be fine.

Cheers,
Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to