svn commit: r446523 - /incubator/ofbiz/trunk/README

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r446523 - /incubator/ofbiz/trunk/README

jonesde
Author: jonesde
Date: Thu Sep 14 22:20:56 2006
New Revision: 446523

URL: http://svn.apache.org/viewvc?view=rev&rev=446523
Log:
Added README file as suggested by David Welton with basic instructions for running ofbiz from a build, and references to resources for getting more setup and production setup information

Added:
    incubator/ofbiz/trunk/README   (with props)

Added: incubator/ofbiz/trunk/README
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/README?view=auto&rev=446523
==============================================================================
--- incubator/ofbiz/trunk/README (added)
+++ incubator/ofbiz/trunk/README Thu Sep 14 22:20:56 2006
@@ -0,0 +1,23 @@
+
+Welcome to Apache OFBiz!
+
+If you have a release build all you need to run OFBiz is a 1.4 or 1.5 series JDK (not just the JRE, the full J2SDK). Once that is properly setup just run the executable jar file that comes with OFBiz, which is ofbiz.jar. To do this on the command line you would run:
+
+java -jar ofbiz.jar
+
+There are also start scripts for Windows and Unix-based operating systems, namely startofbiz.bat and startofbiz.sh.
+
+For more details about running a build, or for information on getting, building, and running the source please see the Apache OFBiz Setup Guide:
+
+http://incubator.apache.org/ofbiz/docs/setup.html
+
+Note that running with the default configuration uses an embedded Java database (Apache Derby), and embedded application server components such as Tomcat, Geronimo (transaction manager), etc.
+
+To prepare OFBiz for production use the Basic Production Setup Guide is a great place to start. It is available here:
+
+http://docs.ofbiz.org/x/j
+
+For additional resources please see the OFBiz web site.
+
+Enjoy!
+

Propchange: incubator/ofbiz/trunk/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/ofbiz/trunk/README
------------------------------------------------------------------------------
    svn:mime-type = text/plain