TPP:Windows Cygwin Installation
From SPCTools
(Difference between revisions)
Revision as of 22:13, 24 October 2006 Dshteynb (Talk | contribs) (→Controlling Apache2) ← Previous diff |
Revision as of 19:48, 2 November 2006 Dshteynb (Talk | contribs) (→Installation) Next diff → |
||
Line 6: | Line 6: | ||
# Follow default installation by clicking "Next" at each installation step, until the installation is completed | # Follow default installation by clicking "Next" at each installation step, until the installation is completed | ||
# Reboot the computer | # Reboot the computer | ||
+ | # If everything worked correctly you should be able to now access the TPP Web Interface by pointing your browser to http://localhost:1441/tpp-bin/tpp_gui.pl; the default authentication is "guest" for both Username and Password. | ||
==== Setup.exe Installation Gallery ==== | ==== Setup.exe Installation Gallery ==== | ||
<gallery caption="Setup.exe Installation Wizard"> | <gallery caption="Setup.exe Installation Wizard"> | ||
Line 31: | Line 32: | ||
:; cygapache2_start:Startup Type set to ''Automatic'' | :; cygapache2_start:Startup Type set to ''Automatic'' | ||
:; cygapache2_stop:Startup Type set to ''Manual'' | :; cygapache2_stop:Startup Type set to ''Manual'' | ||
+ | == Example Data Analysis == | ||
+ | === Windows / Cygwin Example === | ||
+ | ==== Sequest Searched Data Example ==== | ||
+ | # Download the file from the following link: http://tools.proteomecenter.org/sample_data/raftapr_searched.tgz | ||
+ | ## Save the file in the <b>c:\Inetpub\wwwroot\ISB\data</b> directory on your computer | ||
+ | ## Using WinZip or a similar application extract all of the files in the compressed archive file to the current directory. | ||
+ | ## After extraction you should have a directory <b>c:\Inetpub\wwwroot\ISB\data\raft</b> that contains many files. | ||
+ | # Open the TPP Web Interface by either clicking on the Petunia icon on your desktop or by pointing your browser to http://localhost:1441/tpp-bin/tpp_gui.pl. | ||
+ | |||
+ | ==== Additional Sample Data Sources ==== | ||
+ | * Example data is available from many locations including: | ||
+ | ** http://tools.proteomecenter.org/data.php | ||
+ | ** http://www.peptideatlas.org/repository/ | ||
+ | ** http://sashimi.sourceforge.net/repository.html |
Revision as of 19:48, 2 November 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
- If everything worked correctly you should be able to now access the TPP Web Interface by pointing your browser to http://localhost:1441/tpp-bin/tpp_gui.pl; the default authentication is "guest" for both Username and Password.
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
Example Data Analysis
Windows / Cygwin Example
Sequest Searched Data Example
- Download the file from the following link: http://tools.proteomecenter.org/sample_data/raftapr_searched.tgz
- Save the file in the c:\Inetpub\wwwroot\ISB\data directory on your computer
- Using WinZip or a similar application extract all of the files in the compressed archive file to the current directory.
- After extraction you should have a directory c:\Inetpub\wwwroot\ISB\data\raft that contains many files.
- Open the TPP Web Interface by either clicking on the Petunia icon on your desktop or by pointing your browser to http://localhost:1441/tpp-bin/tpp_gui.pl.
Additional Sample Data Sources
- Example data is available from many locations including: