[Laszlo-checkins] r10591 - openlaszlo/trunk/docs/installation
lou@openlaszlo.org
lou at openlaszlo.org
Tue Aug 5 06:56:09 PDT 2008
Author: lou
Date: 2008-08-05 06:55:49 -0700 (Tue, 05 Aug 2008)
New Revision: 10591
Modified:
openlaszlo/trunk/docs/installation/install-instructions.html
Log:
Change 20080805-lou-e by lou at loumac.local on 2008-08-05 09:49:41 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: install instructions: add note that for SWF9 development on Unix, you will need to manually change permissions
Bugs Fixed: LPP-6636
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: added note as the third bullet under Unix/Linux
Tests: visual verify
Modified: openlaszlo/trunk/docs/installation/install-instructions.html
===================================================================
--- openlaszlo/trunk/docs/installation/install-instructions.html 2008-08-05 13:54:09 UTC (rev 10590)
+++ openlaszlo/trunk/docs/installation/install-instructions.html 2008-08-05 13:55:49 UTC (rev 10591)
@@ -58,6 +58,7 @@
<ul>
<li><a href="../../download/">Download</a> the OpenLaszlo Server for Unix/Linux.</li>
<li>Use tar zxvf to unzip and untar the distribution from /usr/local (or wherever you want it to go; you can even use your home directory for safety). </li>
+ <li>For SWF9 development on Unix, you will need to manually <code>chmod 755</code> all the binaries in <code>WEB-INF/server/bin/</code> before you can compile. This is true for both the .war and .gz distributions. </li>
<li>DON'T just copy the Tomcat folder into /usr/local. Keep the whole distribution together. So if you put it in /usr/local, it would look something like this:</li>
<li>/usr/local/lps- at VERSIONID@/
...with Server/tomcat-5.0.24 as a subdirectory of lps- at VERSIONID@</li>
More information about the Laszlo-checkins
mailing list