mromy 2005/03/22 15:52:06 CET
Modified files: (Branch: JAHIA-4-1-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.1.2.1 +17 -1 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.1&r2=1.2.2.1.2.1&f=h
1.68.2.7.2.5 +8 -3 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.7.2.4&r2=1.68.2.7.2.5&f=h
Index: howtoinstall.html
===================================================================
RCS file: /cvs/jahia/src/views/html/startup/Attic/howtoinstall.html,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.1.2.1
diff -u -r1.2.2.1 -r1.2.2.1.2.1
--- howtoinstall.html 23 Aug 2004 15:01:55 -0000 1.2.2.1
+++ howtoinstall.html 22 Mar 2005 14:52:06 -0000 1.2.2.1.2.1
@@ -190,7 +190,23 @@
<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.7.2.4
retrieving revision 1.68.2.7.2.5
diff -u -r1.68.2.7.2.4 -r1.68.2.7.2.5
--- readme.html 17 Mar 2005 14:54:03 -0000 1.68.2.7.2.4
+++ readme.html 22 Mar 2005 14:52:06 -0000 1.68.2.7.2.5
@@ -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.1 Change
Log</a></li>
+ <li><a href="http://www.jahia.org/faq">Technical FAQ</a></li>
</ul>
</div>
<div class="title">Partners</div>
@@ -323,10 +324,14 @@
<h2><a name="7" id="7"></a>Installation Issues </h2>
<p><b>Make sure you don't use any white spaces in the path name
- when installing Jahia.<br />
+ when installing Jahia.</b><br />
<br />
- </b>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> ).</p>
+ 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>
</li>
</div>
<div class="footer">