Changeset 16116


Ignore:
Timestamp:
2008-06-24T13:32:27+12:00 (16 years ago)
Author:
ak19
Message:

Added some more explanations for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-webservices-democlient/docs/HowToFiles/3InstallingFedora.html

    r15762 r16116  
    6060</p>
    6161
    62 <p>On <b>Windows</b>, adjustments to your PATH variable, and creation of new variables (like FEDORA_HOME, CATALINA_HOME, JAVA_HOME) are made by going to: <blockquote>Start > Control Panel > (Performance and Maintenance icon OR click on Switch to Classic View on the left >) System > Advanced tab. Press the Environment Variables button. Add new System Variables and edit the Path variable.</blockquote>
     62<p>On <b>Windows</b>, adjustments to your PATH variable, and creation of new variables (like FEDORA_HOME, CATALINA_HOME, JAVA_HOME) are made by going to: <blockquote>Start > Control Panel > (Performance and Maintenance icon OR click on Switch to Classic View on the left >) System > Advanced tab. Press the Environment Variables button. Add <b>new</b> System Variables and <b>edit</b> the existing Path variable.</blockquote>
    6363Note that on Windows, you use the <b>;</b> sign to append new items to your path, and when referring to previously declared environment variables you have to surround them with <b>%</b> signs:
    6464E.g.
     
    7171<ol>
    7272<li>Download Fedora 2.2.1 from <a href="http://www.fedora.info/download/">http://www.fedora.info/download/</a>.<br />
    73 (Although I've not tried it, you could also try Fedora 2.2.2 or even Fedora 3 which are available from <a href="http://www.fedora-commons.org/developers/index.php">the Fedora Commons main page</a>.)
     73(You could also try Fedora 2.2.2 and Fedora 3 which are available from <a href="http://www.fedora-commons.org/developers/index.php">the Fedora Commons main page</a>.)
    7474</li>
    7575<li>Extract it.
    7676</li>
    77 <li>Make sure you have the environment variables set as described in Preliminary Steps above.
    78 In an Linux x-term, move into extracted directory (e.g. fedora-2.2.1-src/) and type in xterm:
     77<li>Make sure you have the environment variables set as described in Preliminary Steps above.
     78</li>
     79</ol>
     80
     81If using Linux, then do the following from an x-term. If you're on Windows, do the same from a DOS prompt:
     82<ol>
     83<li>Move into the extracted directory (e.g. fedora-2.2.1-src/) and type:
    7984<pre>ant installer</pre>
    8085Then go into the dist folder of the extraction directory (e.g. fedora-2.2.1-src/dist/) and type:
     
    8489</li>
    8590<li>Accept everything as given and set a password for your Fedora Administrator account whose default username is "fedoraAdmin".
    86 By accepting the defaults, it will the server is set to run on localhost, port 8080 (with shutdown port 8005).
     91By accepting the defaults, the server will be set to run on localhost, port 8080 (with shutdown port 8005).<br />
     92<b>Note:</b> if you have Greenstone 3 installed at port 8080 as well, then you should not be running both at the same time (they will conflict and probably neither will work). You will need to stop Greenstone 3 in order to run Fedora on the same port, and stop Fedora to run Greenstone 3 again on the same port. Alternatively, you can choose to <a href="http://wiki.greenstone.org/wiki/index.php/Walkthrough:_installing_Greenstone_3_from_SVN_source#Changing_the_port_number_where_tomcat_is_installed">change the port on which Greenstone 3 runs</a>.
    8793</li>
    8894</ol>
     
    101107<li>First <b>start</b> up fedora server by typing the following in xterm:
    102108<pre>$FEDORA_HOME/tomcat/bin/startup.sh</pre>
     109or if you're on Windows:
     110<pre>%FEDORA_HOME%\tomcat\bin\startup.bat</pre>
    103111
    104112<li>Point your browser to
     
    113121If you ever want to <b>stop</b> the Fedora server, you will need to type in the X-term
    114122<pre>$FEDORA_HOME/tomcat/bin/shutdown.sh</pre>
    115 
     123or if you're on Windows:
     124<pre>%FEDORA_HOME%\tomcat\bin\shutdown.bat</pre>
    116125
    117126<h2><a name="D">D Creating the custom Greenstone 3 pid prefix</a></h2>
Note: See TracChangeset for help on using the changeset viewer.