On Jan 11, 3:16 am, "Florent Aide" <[EMAIL PROTECTED]> wrote:
> 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.
Another option would be to install and create an instance of virualenv
on a computer that has Internet access. Then install TG in the
virtualenv instance and when you happy with the environment just copy
it over to the computer without Internet access.
For more info on virtualenv see http://pypi.python.org/pypi/virtualenv/1.0.
John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---