root/README.txt

Revision 1270:167c1e9c9859, 0.9 kB (checked in by Nate Coraor <nate@bx.psu.edu>, 7 months ago)

Remove setup.py, update README.txt

Line 
1 GALAXY
2 ======
3 http://g2.bx.psu.edu/
4
5 The latest information about Galaxy is always available via the Galaxy
6 website above.
7
8 HOW TO START
9 ============
10 Galaxy requires Python 2.4 or 2.5. To check your python version, run:
11
12 % python -V
13 Python 2.4.4
14
15 Before starting Galaxy for the first time, please run the setup script:
16
17 % sh setup.sh
18
19 If setup.sh finishes successfully, you can then proceed to starting Galaxy:
20
21 % sh run.sh
22
23 Once Galaxy completes startup, you should be able to view Galaxy in your
24 browser at:
25
26 http://localhost:8080
27
28 You may wish to make changes from the default configuration.  This can be done
29 in the universe_wsgi.ini file.  Tools are configured in tool_conf.xml.  Details
30 on adding tools can be found on the Galaxy website (linked above).
31
32 Not all dependencies are included for the tools provided in the sample
33 tool_conf.xml.  A full list of external dependencies is available at:
34
35 http://g2.trac.bx.psu.edu/wiki/ToolDependencies
Note: See TracBrowser for help on using the browser.