I've just managed to update my Windows PC to the latest TurboGears from
behind our firewall. In case it's useful:

Download aps098.zip from
http://sourceforge.net/project/showfiles.php?group_id=69259

Modify server.cfg; in the [GENERAL] section set PARENT_PROXY:and
PARENT_PROXY_PORT:to match the values in Internet Explorer | Tools |
Internet Options | Connections | LAN settings | Proxy settings. Leave
the LISTEN_PORT at 5865.

In the [NTLM_AUTH] section, set the NT_DOMAIN to your domain, USER to
your login ID and clear the PASSWORD field so you will be asked for it
in the next step (I would not advise saving your password in this text
file).

Open A DOS command window, change to the APS folder, do runserver.bat.
This should ask for your password.

Open another DOS command window.

Redirect python through your APS proxy:
    set HTTP_PROXY=http://127.0.0.1:5865

Change to the python scripts folder (on my PC its python24\scripts).
This is to allow you to use the Python easy_install script rather than
the exe, which causes an error (on my Windows PC at least).

Finally:
C:\Python24\Scripts>easy_install-script.py -Uf
http://www.turbogears.org/download/index.html TurboGears


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to