Open main menu

Changes

478 bytes added ,  05:49, 15 November 2009
m
→‎Usage: Moving things around
You should also see the [http://meeting.contextgarden.net/2008/talks/2008-08-21-vyatcheslav-win-installer/windows_installer.pdf slides] giving details about the GUI installer.
 
== Proxy settings ==
 
The installation script uses <code>rsync</code> to fetch the required files. So, if you are behind a proxy server, you need to tell the details to rsync. The easiest way to set this is to set <code>RSYNC_PROXY</code> variable in the terminal as (replace username, password, proxyhost and proxyport with the correct information)
 
set RSYNC_PROXY=username:password@proxyhost:proxyport
 
or set the variable permanently as a Windows environment variable.
 
== Usage ==