mromy       2005/03/22 15:51:47 CET

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    src/views/html/startup howtoinstall.html readme.html 
  Log:
  - added some infos on access URL + link to technical FAQ
  
  Revision   Changes    Path
  1.2.2.3    +18 -2     jahia/src/views/html/startup/howtoinstall.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/howtoinstall.html.diff?r1=1.2.2.2&r2=1.2.2.3&f=h
  1.68.2.11  +10 -6     jahia/src/views/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/readme.html.diff?r1=1.68.2.10&r2=1.68.2.11&f=h
  
  
  
  Index: howtoinstall.html
  ===================================================================
  RCS file: /cvs/jahia/src/views/html/startup/Attic/howtoinstall.html,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- howtoinstall.html 9 Mar 2005 10:06:06 -0000       1.2.2.2
  +++ howtoinstall.html 22 Mar 2005 14:51:46 -0000      1.2.2.3
  @@ -188,14 +188,30 @@
               iv) Click on OK  to validate your entry. The Java virtual 
machine should now be correctly set-up.
           </p>
   
  -        <p><strong>Linux</strong></p>
  +        <p><strong>Linux/Unix/MacOS X</strong></p>
           <p>
               On Unix systems, the JAVA_HOME variable  is usually set by 
typing:
               <ul>
                   <li>export JAVA_HOME=usr/java/j2sdk1.4.2_XX (in bash or 
ksh)</li>
                   <li>setenv JAVA_HOME usr/java/j2sdk1.4.2_XX (in csh or 
tcsh)</li>
               </ul>
  -            You can now start Jahia by running jahia.bat from the menu 
(Windows) or jahia.sh (Linux).<br/><br/>
  +            You will also need to install X Window, as some Jahia interface 
use SWING component, which require X Window installed to work. 
  +            It is not needed that X Window is started on the server, it only 
needs to be installed. <br/><br/><br/>
  +            You can now start Jahia by running jahia.bat from the menu 
(Windows) or jahia.sh (Linux).<br/>
  +            Once started, the following URLs allow you to :</br>
  +        <ul>
  +            <li><a 
href="http://localhost:8080/jahia/Jahia";>http://localhost:8080/jahia/Jahia</a> 
: access to the default virtual site of Jahia</li>
  +            <li><a 
href="http://localhost:8080/jahia/Jahia/site/virtual_site_name";>http://localhost:8080/jahia/Jahia/site/virtual_site_name</a>
 : access a specific virtual site</li>
  +            <li><a 
href="http://localhost:8080/jahia/Administration";>http://localhost:8080/jahia/Administration</a>
 : access directly the server administration panel.
  +            You will only be able to log in with the Jahia superAdmin (root) 
login.</li>
  +        </ul>
  +        Please note that if you are using JDK 1.5 or greater, the URL used 
in the startup script (http://localhost:8080/jahia/jsp/index.jsp) will not 
work, you will need to
  +        enter manually one of the above URLs.<br/><br/>
  +        Also, when leaving the Administration panel, in some cases the URL 
generated for the "Leave administration" button can be incorrect. 
  +        For example you access Jahia remotely (= not with localhost) and you 
have not setup a DNS entry corresponding to the site name of 
  +        your virtual site. In that case the URL generated for the "Leave 
administration" button will be something like 
  +        "http://localhost:8080/jahia/Jahia"; (which of course will not work 
remotely). In that case replace manually "localhost" by 
  +        the adress (FQDN or IP) you used to acces Jahia in the first 
place.<br/><br/>
           </p>
       </div>
       <div class="footer">
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /cvs/jahia/src/views/html/startup/Attic/readme.html,v
  retrieving revision 1.68.2.10
  retrieving revision 1.68.2.11
  diff -u -r1.68.2.10 -r1.68.2.11
  --- readme.html       17 Mar 2005 14:51:06 -0000      1.68.2.10
  +++ readme.html       22 Mar 2005 14:51:46 -0000      1.68.2.11
  @@ -153,6 +153,7 @@
               <ul id="doc">
                   <li><a href="howtoinstall.html">How to install</a></li>
                   <li><a href="../../txt/history.txt">Jahia 4.0.6 Change 
Log</a></li>
  +                <li><a href="http://www.jahia.org/faq";>Technical FAQ</a></li>
               </ul>
           </div>
           <div class="title">Partners</div>
  @@ -316,12 +317,15 @@
           <h2><b><a name="7" id="7"></a>Installation Issues </b>
                </h2>
           
  -        <b>Please make sure you don't use any white spaces in the path name 
when installing
  -        Jahia.<br/>
  -        <br/>
  -        </b>Please check the archive of the public Install mailing list 
before sending
  -        to us your issue (<a 
href="http://list.jahia.org";>http://list.jahia.org</a> ).<br/>
  -             <br/>
  +            <p><b>Make sure you don't use any white spaces in the path name
  +        when installing Jahia.</b><br />
  +                <br />
  +                Be sure to check also the <a href="howtoinstall.html">How to 
install</a> document for additional information on
  +                how to configure the Java environnement for Jahia, as well 
as a few other tips.<br/>
  +                Please check the archive of the public Install mailing list 
before sending
  +        us your issue (<a 
href="http://list.jahia.org";>http://list.jahia.org</a> ).<br/>
  +        The <a href="http://www.jahia.org/faq";>Technical FAQ</a> can also 
help you solve some issues and/or improve Jahia performance.
  +        </p>
   
       </div>
       <div class="footer">
  

Reply via email to