TPP:Windows Cygwin Installation

From SPCTools

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:55, 24 October 2006
Dshteynb (Talk | contribs)
(Windows / Cygwin Installation)
← Previous diff
Revision as of 22:00, 24 October 2006
Dshteynb (Talk | contribs)
(Windows / Cygwin Installation)
Next diff →
Line 16: Line 16:
</gallery> </gallery>
==== Controlling Apache2 ==== ==== Controlling Apache2 ====
-* Starting Apache+* Starting/Stopping Apache
-** Open '''Control Panel &rarr; Administrative Tools &rarr; Services''', find service '''cygapache2_start'''+** Open '''Control Panel &rarr; Administrative Tools &rarr; 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 finish automatically''
==== Installation Troubleshooting ==== ==== Installation Troubleshooting ====

Revision as of 22:00, 24 October 2006

Contents

Installation

Windows / Cygwin Installation

Setup.exe Installation Program

  1. You must be logged on as an Administrator to install these tools.
  2. Download the setup.exe installation program from this link http://tools.proteomecenter.org/software/cygwin/setup.exe
  3. Follow default installation by clicking "Next" at each installation step, until the installation is completed
  4. Reboot the computer

Setup.exe Installation Gallery

Controlling Apache2

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