I assume it is Sam improving/completing this content, but this isn't too helpful:
> Editor: 66.57.27.65 <> Anybody mind if I ask infrastructure@ (with subject [wiki]) to investigate? I assume attribution is of interest. regards Adam ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 6:30 AM Subject: [Gump Wiki] Updated: BrutusConfig > Date: 2004-03-31T05:30:03 > Editor: 66.57.27.65 <> > Wiki: Gump Wiki > Page: BrutusConfig > URL: http://wiki.apache.org/gump/BrutusConfig > > Make steps more explicit > > Change Log: > > -------------------------------------------------------------------------- ---- > @@ -5,6 +5,13 @@ > * '''required''': apache cvs python subversion > * '''convenience''': curl lynx htdate sudo vim > > +=== Create gump user === > + > + * {{{useradd -d /home/gump -s /bin/bash -p xxxxxxxx gump}}} (preferably with something more imaginative than xxxxxxxx for the password) > + * {{{adduser gump staff}}} > + * {{{mkdir /usr/local/gump}}} > + * {{{chown gump:gump /usr/local/gump}}} > + > === Other prereqs === > > * Java SDK: > @@ -14,22 +21,20 @@ > > * Apache Forrest: > * {{{cd /usr/local/gump}}} > - * {{{cvs -d checkout :pserver:[EMAIL PROTECTED]:/home/cvspublic xml-forrest}}} (at time of writting we need CVS HEAD) > + * {{{cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout xml-forrest}}} (at time of writting we need CVS HEAD) > + * {{{export JAVA_HOME=/usr/local/j2sdk1.4.2_04}}} > * {{{cd xml-forrest}}} > - * run {{{build.sh}}} to generate .../dist/shbat > - * mv that .../dist/shbat to /usr/local/gump/forrest > + * {{{./build.sh}}} > + * {{{cd ..}}} > + * {{{mv xml-forrest/build/dist/shbat forrest}}} > + * {{{rm -rf xml-forrest}}} > * '''Note''': FORREST_HOME will be exported and added to the PATH in step 4 > > * Apache Maven: > * {{{cd /usr/local/gump}}} > - * Download [http://maven.apache.org/start/download.html Maven] (select .tar.gz format) > - * {{{tar -xzf maven-1.0-rc2.tar.gz}}} > + * Download [http://maven.apache.org/start/download.html Maven] to /tmp (select .tar.gz format) > + * {{{tar -xzf /tmp/maven-1.0-rc2.tar.gz}}} > * '''Note''': MAVEN_HOME will be exported and added to the PATH in step 4 > - > -=== Create gump user === > - > - * {{{useradd -d /home/gump -s /bin/bash -p xxxxxxxx gump}}} (preferably with something more imaginative than xxxxxxxx for the password) > - * {{{adduser gump staff}}} > > === Gump Setup === > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
