commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/docbook/articles redhat_install.html


From: Derek Neighbors
Subject: gnue/docbook/articles redhat_install.html
Date: Tue, 16 Apr 2002 02:03:58 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Derek Neighbors <address@hidden>        02/04/16 02:03:58

Modified files:
        docbook/articles: redhat_install.html 

Log message:
        ** Changes by Erik Jarvis

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/docbook/articles/redhat_install.html.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/docbook/articles/redhat_install.html
diff -c gnue/docbook/articles/redhat_install.html:1.1 
gnue/docbook/articles/redhat_install.html:1.2
*** gnue/docbook/articles/redhat_install.html:1.1       Sat Apr 13 18:27:40 2002
--- gnue/docbook/articles/redhat_install.html   Tue Apr 16 02:03:58 2002
***************
*** 12,51 ****
  <BODY LANG="en-US">
  <P ALIGN=CENTER><FONT SIZE=4><B>GNUEnterprise Quick Install for Red
  Hat 7.2</B></FONT></P>
! <P ALIGN=CENTER>24 January 2002</P>
! <P ALIGN=CENTER>Keith Nasman<BR><A 
HREF="mailto:address@hidden";>address@hidden</A></P>
  <OL>
        <LI><P ALIGN=LEFT>Change directories to /usr/local</P>
        <LI><P ALIGN=LEFT>download the CVS by executing the following
!       command: cvs -z3 -d:pserver:<A 
HREF="mailto:address@hidden";>address@hidden</A>:/cvsroot/co
        gnue</P>
        <LI><P ALIGN=LEFT>Since stock RH7.2 installs Python 1.5.2 you will
        need to install Python2.1 and the Python2.1-devel package. This is
        easy because the RPMs are on Disc2. Install them with rpm -Uvh
        &lt;package name&gt;. Now this install doesn't remove Python 1.5.2
        so we have to make sure that the right one gets used.</P>
!       <LI><P ALIGN=LEFT>If you are using Postgres or a similar database 
!       package that requires mxDateTime you can find the rpms <a 
href="http://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE";>here</a>.</p>
!       <LI><P ALIGN=LEFT>To run the install scripts you need to have PyXML
!       which you can get at
!       http://goats.gnue.org/~dneighbo/dependencies/python2.1/  . While you
!       are there grab the wx* files. To get my PyXL installed I had to
!       remove 4Suite. I don't know if that will bite me later.</P>
        <LI><P ALIGN=LEFT>Now, go into each of the tool directories (common,
        designer, forms, navigator, objectserver and reports) and run
!       &ldquo;/usr/bin/python2.1 setup.py install&rdquo; as noted in the
        README.</P>
        <LI><P ALIGN=LEFT>Now go into the geas directory and run
        ./autogen.sh</P>
        <LI><P ALIGN=LEFT>The apps are installed into /usr/local/bin as
        gfclient, gfdesigner, gnuenav, grrun, and grserve. With the default
        python being 1.5.2 these won't run so edit the first line of each
!       file to read &ldquo;#!/usr/bin/env python2&rdquo;.</P>
!       <LI><P ALIGN=LEFT>Run a test of &ldquo;/usr/local/bin/gfclient
!       &ndash;help&rdquo; to see if you get the usage listing. If you do
!       then you can go to /usr/local/gnue/forms/samples/intro and run
!       &ldquo;/usr/local/bin/gfclient intro.gfd&rdquo;.</P>
!       <LI><P ALIGN=LEFT></P>
  </OL>
  </BODY>
! </HTML>
\ No newline at end of file
--- 12,51 ----
  <BODY LANG="en-US">
  <P ALIGN=CENTER><FONT SIZE=4><B>GNUEnterprise Quick Install for Red
  Hat 7.2</B></FONT></P>
! <P ALIGN=CENTER>05 April 2002</P>
! <P ALIGN=CENTER>Keith Nasman, Updated by Erik Jarvi<BR><A 
HREF="address@hidden">address@hidden</A></P>
  <OL>
        <LI><P ALIGN=LEFT>Change directories to /usr/local</P>
        <LI><P ALIGN=LEFT>download the CVS by executing the following
!       command: cvs -z3 -d:pserver:address@hidden:/cvsroot/co
        gnue</P>
        <LI><P ALIGN=LEFT>Since stock RH7.2 installs Python 1.5.2 you will
        need to install Python2.1 and the Python2.1-devel package. This is
        easy because the RPMs are on Disc2. Install them with rpm -Uvh
        &lt;package name&gt;. Now this install doesn't remove Python 1.5.2
        so we have to make sure that the right one gets used.</P>
!       <LI><P ALIGN=LEFT> Go to the 
!   <a 
href=http://goats.gnue.org/~dneighbo/dependencies/python2.1/>dependencies web 
page</a>.
!   Grab the wx* files. Then grab the 
!   <a 
href=http://www.egenix.com/files/python/egenix-mx-base-2.0.3-py2.1_1.i386.rpm>mx.DateTime</a>
!   package and install. I had to 
!   
"mv&nbsp;/usr/local/lib/python2.1/site-package/mx&nbsp;/usr/lib/python2.1/site-packages"
 to get gfclient to
!   run properly.</P>
        <LI><P ALIGN=LEFT>Now, go into each of the tool directories (common,
        designer, forms, navigator, objectserver and reports) and run
!       "/usr/bin/python2.1&nbsp;setup.py&nbsp;install" as noted in the
        README.</P>
        <LI><P ALIGN=LEFT>Now go into the geas directory and run
        ./autogen.sh</P>
        <LI><P ALIGN=LEFT>The apps are installed into /usr/local/bin as
        gfclient, gfdesigner, gnuenav, grrun, and grserve. With the default
        python being 1.5.2 these won't run so edit the first line of each
!       file to read "#!/usr/bin/env python2".</P>
!       <LI><P ALIGN=LEFT>Run a test of 
"/usr/local/bin/gfclient&nbsp;&#8212;help"
!   to see if you get the usage listing. If you do then you can go to 
!   /usr/local/gnue/forms/samples/intro and run
!       "/usr/local/bin/gfclient&nbsp;intro.gfd".</P>
  </OL>
  </BODY>
! </HTML>
! 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]