Author: allee8285
Date: Thu Nov 15 16:39:45 2012
New Revision: 1409874
URL: http://svn.apache.org/viewvc?rev=1409874&view=rev
Log:
Add RedHat version of installation and build instructions.
Modified:
openjpa/site/trunk/instructions.mdtext
Modified: openjpa/site/trunk/instructions.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/instructions.mdtext?rev=1409874&r1=1409873&r2=1409874&view=diff
==============================================================================
--- openjpa/site/trunk/instructions.mdtext (original)
+++ openjpa/site/trunk/instructions.mdtext Thu Nov 15 16:39:45 2012
@@ -43,5 +43,36 @@
* edit the mdtext files, and repeat the build as needed.
+5. Here is the RedHat version of the install
+ * Make sure you have Python 2.7.+ version install.
+ * You will need 'a' version of Python to start off with. E.g. Python 2.4.*
+ * Go http://www.python.org/getit/ and download the "
+ "Python 2.7.3 bzipped source tarball (for Linux, Unix or Mac OS X, more compressed)"
+ * Unzip to a folder; follow the instructions in README. Basically
+ * ./configure
+ * make
+ * make install
+ * For Python install :
+ * [setuptools] (http://pypi.python.org/pypi/setuptools)
+ $ sudo easy_install Pygments
+ $ sudo easy_install ElementTree
+ $ sudo easy_install Markdown
+ * For Perl install :
+ $ cpan XML::Atom::Feed
+ *NOTE* This install may fail with some component test failure. I rerun the
install again and it get by.
+ $ cpan XML::RSS::Parser::Lite
+ $ cpan XML::Parser::Lite
+ $ cpan YAML
+ $ cpan SVN::Client
+ * Edit ../openjpa/site/trunk/start_markdown.sh and change CMS_BUILD_PATH to point to
the directory where you checked out the CMS tools.
+ $ $CMS_BUILD_PATH/start_markdown.sh
+ This will start the MarkDown server in the background.
+
+ * Edit ../openjpa/site/trunk/build.sh to set the environment variables to match your
environment.
+ i.e. CMS_BUILD_PATH, SOURCE and TARGET
+ * Run build.sh to convert *.mdtext to *.html in $TARGET
+ The OpenJPA home page is in
+ $TARGET/content/index.html
+ * Repeat the last step after make any changes to *.mdtext.
|