Author: taylor
Date: Mon May 9 22:07:13 2016
New Revision: 1743066
URL: http://svn.apache.org/viewvc?rev=1743066&view=rev
Log:
updating landing page and download page for 2.3.1 release
Modified:
portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started-installer.xml
portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started.xml
portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-etl-migration.xml
portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-migration.xml
Modified: portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started-installer.xml
URL: http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started-installer.xml?rev=1743066&r1=1743065&r2=1743066&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started-installer.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started-installer.xml Mon May
9 22:07:13 2016
@@ -43,21 +43,21 @@
</ol>
<p>The installer contains both options, and can be downloaded here:</p>
<br/><br/>
- <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-installer-2.3.0.jar">Jetspeed
Installer</a>
+ <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-installer-2.3.1.jar">Jetspeed
Installer</a>
<br/><br/>
</p>
<p>
To run the installer:
</p>
<source>
-java -jar jetspeed-installer-2.3.0.jar
+java -jar jetspeed-installer-2.3.1.jar
</source>
<p>
The installer is capable of running on headless (i.e. no gui) machines, and will detect
so automatically.<br/>
To force the installer in text mode manually, pass in the <b><i>text</i></b>
parameter:
</p>
<source>
-java -jar jetspeed-installer-2.3.0.jar text
+java -jar jetspeed-installer-2.3.1.jar text
</source>
<p>
After starting the installer and advancing through the splash and license pages,
select the
@@ -121,7 +121,7 @@ java -jar jetspeed-installer-2.3.0.jar t
Note that the setting of CATALINA_OPTS is optional in the following examples. (See <a
href="#Note_on_Permanent_Generation_Size_of_Your_JVM">Note on Permanent Generation Size
of Your JVM</a> for detail.)
</p>
<source>
-$ cd ~/jetspeed-2.3.0/bin
+$ cd ~/jetspeed-2.3.1/bin
$ export CATALINA_OPTS="-Xmx512m -XX:MaxPermSize=128m"
$ ./startup.sh
</source>
@@ -129,7 +129,7 @@ $ ./startup.sh
On windows, here is an example where you have installed to the default location:
</p>
<source>
-> cd C:\Apache\Jetspeed-2.3.0\bin
+> cd C:\Apache\Jetspeed-2.3.1\bin
> set CATALINA_OPTS="-Xmx512m -XX:MaxPermSize=128m"
> startup.bat
</source>
Modified: portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started.xml
URL: http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started.xml?rev=1743066&r1=1743065&r2=1743066&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/getting-started.xml Mon May 9 22:07:13
2016
@@ -26,7 +26,7 @@
<body>
<section name="Requirements">
<p>
- System Requirements to Run Jetspeed 2.3.0:
+ System Requirements to Run Jetspeed 2.3.1:
<ul>
<li>Java 1.7 or higher installed</li>
<li>a database is optional, the Jetspeed installer comes with a built-in database
(Derby). For production system recommend providing your own maintained database
@@ -35,7 +35,7 @@
</ul>
</p>
<p>
- <a href='#cb1'>System Requirements to Build and Develop with Jetspeed 2.3.0</a>
+ <a href='#cb1'>System Requirements to Build and Develop with Jetspeed 2.3.1</a>
</p>
</section>
<section name="Where do I start?">
@@ -106,7 +106,7 @@ Although Jetspeed can be customized onli
maintain the life-cycle of this source.
</p>
<p>
-Custom Jetspeed builds for version 2.3.0 are built with Maven-3 only. (The Maven-1 custom
build is no longer supported.)
+Custom Jetspeed builds for version 2.3.1 are built with Maven-3 only. (The Maven-1 custom
build is no longer supported.)
Building Jetspeed from source is not necessary for most projects.
</p>
<subsection name="Maven Custom Build">
Modified: portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-etl-migration.xml
URL: http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-etl-migration.xml?rev=1743066&r1=1743065&r2=1743066&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-etl-migration.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-etl-migration.xml Mon May 9 22:07:13
2016
@@ -24,7 +24,7 @@
</authors>
</properties>
<body>
- <section name="ETL Migration Using Jetspeed 2.1.3/2.1.4+, 2.2.1+ and 2.3.0 Installers">
+ <section name="ETL Migration Using Jetspeed 2.1.3/2.1.4+, 2.2.1+ and 2.3.+ Installers">
<p>
To facilitate ETL based migration or data manipulation strategies, the Jetspeed installer
includes the ability to export, initialize, and import a Jetspeed database. In addition
to
Modified: portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-migration.xml
URL: http://svn.apache.org/viewvc/portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-migration.xml?rev=1743066&r1=1743065&r2=1743066&view=diff
==============================================================================
--- portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-migration.xml (original)
+++ portals/site/jetspeed/jetspeed-2.3/src/site/xdoc/guide-migration.xml Mon May 9 22:07:13
2016
@@ -26,9 +26,9 @@
</authors>
</properties>
<body>
- <section name="Data Migration from Jetspeed 2.2.2 to 2.3.0">
+ <section name="Data Migration from Jetspeed 2.2.2 to 2.3.1">
<p>
- No data migration is necessary from version 2.2.2 to 2.3.0.
+ No data migration is necessary from version 2.2.2 to 2.3.1.
</p>
</section>
|