Author: ilya_shaikovsky
Date: 2010-06-01 07:51:52 -0400 (Tue, 01 Jun 2010)
New Revision: 17444
Modified:
root/examples/richfaces-showcase/trunk/readme.txt
Log:
https://jira.jboss.org/browse/RFPL-607
Modified: root/examples/richfaces-showcase/trunk/readme.txt
===================================================================
--- root/examples/richfaces-showcase/trunk/readme.txt 2010-06-01 11:24:39 UTC (rev 17443)
+++ root/examples/richfaces-showcase/trunk/readme.txt 2010-06-01 11:51:52 UTC (rev 17444)
@@ -0,0 +1,39 @@
+The RichFaces application: short description
+
+
+1 Building and Running the application
+
+
+1.1. Requirements
+
+- Maven 2.1.0 or later
+- Apache Tomcat 6.0
+- JDK 1.6
+
+1.2 Optional Additional Software
+- Eclipse IDE + JBoss Tools (to explore and run the application in IDE).
+- You're free to use any other IDE also but we're not checked an application in
other environments.
+
+
+1.3 Building the application
+
+To build the project you need to navigate to the /exmaples/richfaces-showcase and run
+
+mvn clean install
+
+When you see the BUILD SUCCESSFUL message you can deploy the application on the server.
You can deploy it on the server by copying the wae file from target to the
TOMCAT_HOME/webapps folder. Then, launch the startup.sh or startup.bat script from
TOMCAT_HOME/bin/ directory to start the server.
+
+In order to explore, run and deploy the application in Eclipse IDE you could use of the
next options:
+
+ * Just import as maven project if using m2eclipse plugin.
+
+ * without m2eclipse - build it with the
+
+ mvn clean install eclipse:clean eclipse:eclipse
+
+ comand and just import as existent project.
+
+More details you can find in the RichFaces Getting Started Guide (visit documentation
page at
http://jboss.org/richfaces)
+
+
+