TPP:Windows Cygwin Installation
From SPCTools
(Difference between revisions)
Revision as of 22:02, 24 October 2006 Dshteynb (Talk | contribs) (→Controlling Apache2) ← Previous diff |
Revision as of 22:13, 24 October 2006 Dshteynb (Talk | contribs) (→Controlling Apache2) Next diff → |
||
Line 15: | Line 15: | ||
Image:cygsetup6.png|6. All default installation packages should be installed<br/>along with any automatically selected dependencies. | Image:cygsetup6.png|6. All default installation packages should be installed<br/>along with any automatically selected dependencies. | ||
</gallery> | </gallery> | ||
- | ==== Controlling Apache2 ==== | + | ==== Starting/Stopping Apache ==== |
- | * Starting/Stopping Apache | + | * Open '''Control Panel → Administrative Tools → Services''' |
- | ** Open '''Control Panel → Administrative Tools → Services''' | + | * ''Start'' the service '''cygapache2_stop''' to '''STOP''' Apache2 for cygwin |
- | ** ''Start'' the service '''cygapache2_stop''' to '''STOP''' Apache2 for cygwin | + | * ''Start'' the service '''cygapache2_start''' to '''START''' Apache2 for cygwin |
- | ** ''Start'' the service '''cygapache2_start''' to '''START''' Apache2 for cygwin | + | * Please allow up to a minute for each service to do its job, '''''these services will finish automatically''''' |
- | ** Please allow up to a minute for each service to do its job, '''''these services will finish automatically''''' | + | |
==== Installation Troubleshooting ==== | ==== Installation Troubleshooting ==== |
Revision as of 22:13, 24 October 2006
Contents |
Installation
Windows / Cygwin Installation
Setup.exe Installation Program
- You must be logged on as an Administrator to install these tools.
- Download the setup.exe installation program from this link http://tools.proteomecenter.org/software/cygwin/setup.exe
- Follow default installation by clicking "Next" at each installation step, until the installation is completed
- Reboot the computer
Setup.exe Installation Gallery
Starting/Stopping Apache
- Open Control Panel → Administrative Tools → Services
- Start the service cygapache2_stop to STOP Apache2 for cygwin
- Start the service cygapache2_start to START Apache2 for cygwin
- Please allow up to a minute for each service to do its job, these services will finish automatically
Installation Troubleshooting
- Open Control Panel → System → Advanced → Environment Variables and verify that the following System variables are set:
- WEBSERVER_ROOT
- Set to "C:\Inetpub\wwwroot\"
- WEBSERVER_URL
- Set to "http://localhost:1441/"
- COMETLINKSFILE
- Set to "C:\Inetpub\tpp-bin\cometlinks.def"
- PATH
- Begins with "C:\cygwin\usr\X11R6\bin;C:\cygwin\bin;"
- Open Control Panel → Administrative Tools → Services and verify that the following Services are present:
- cygserver
- Startup Type set to Automatic
- cygapache2_start
- Startup Type set to Automatic
- cygapache2_stop
- Startup Type set to Manual