TPP:Frequently Asked Questions

From SPCTools

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:47, 12 March 2007
Jtasman (Talk | contribs)
(How do I log into the TPP GUI?)
← Previous diff
Revision as of 21:45, 12 March 2007
Jtasman (Talk | contribs)
(adding link to OSX guide)
Next diff →
Line 6: Line 6:
===What operating systems are supported?=== ===What operating systems are supported?===
-Linux and Windows. Users have sucessfully gotten the system to work on the Mac OSX, but it is not officially supported.+Linux and Windows. Users have sucessfully gotten the system to work on the Mac OSX, but it is not officially supported: see the [[TPP:Installing_on_Mac_OSX|Mac OSX installation guide]].
===What level of computer expertise is required to use the software?=== ===What level of computer expertise is required to use the software?===

Revision as of 21:45, 12 March 2007

Contents

TPP Frequently Asked Questions

What is the current version of the TPP?

The current version is 2.9.9 (GALE).

What operating systems are supported?

Linux and Windows. Users have sucessfully gotten the system to work on the Mac OSX, but it is not officially supported: see the Mac OSX installation guide.

What level of computer expertise is required to use the software?

Installation of the Linux version requires the ability to interact with the shell, compile software from source code, possibly install required software, and install and configure a webserver. The TPP GUI can be run in both Linux and Windows installations, and greatly reduces the complexity of of using the software.

Do I need to run the TPP GUI in order to use the software?

No, all of the TPP can be accessed from the command line (linux or Cygwin shell), and thus can be scripted as desired. Note that many of the programs have many options, and using the GUI might be an easier route for a new user.

Do you provide Linux binaries?

No, only source code is provided.

Do you provide Windows binaries?

Yes, along with an installation that include the Cygwin system and a preconfigured webserver.

Does the TPP run on Windows?

Yes. We provide an installer, which will install the Cygwin system, as well as the Apache webserver.

How do I interact with data from the TPP?

Data is generally expected to be viewed from within a web browser. For linux systems, we recommend installing the Apache webserver (instructions here-- !add this). On Windows, our Cygwin installation includes the Apache server, which will be automatically configured by the installer.

What webserver configuration is required?

Linux: please see (!add this). Windows: none is required, as the installer automatically sets up Apache on port 1441.

Will the automatically installed Apache installation conflict with other webservers running on my Windows system?

No. The webserver is installed to run on port 1441, which is not used by any typically installed software. TPP-related webpages will be accessed by http://localhost:1441/..., rather than http://localhost/... .

How do I log into the TPP GUI?

After a sucessful installation, you should be able to point your broswer to http://localhost:1441/tpp-bin/tpp_gui.pl

You should be able to use the default username password combination of username "guest" and password "guest".

How do I move my data files?

There is no automatic way to do this, yet. You can run a sed command (!add example) to rewrite referenced paths.


User questions

Please contribute questions/answers you'd like to see here, supplying the answers if you know them and leaving them blank otherwise. Thanks!

Personal tools