Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Gump Wiki" for change 
notification.

The following page has been changed by LeoSimons:
http://wiki.apache.org/gump/VmgumpConfig

The comment on the change is:
more on the gump3 setup

------------------------------------------------------------------------------
  
  Install the following via {{{apt-get install}}}:
  
-  * '''required''': apache2 cvs libxp-dev libxt6 libxtst6 python python2.4 
subversion xvfb mysql-server python2.3-mysqldb  unzip libxml2 libxml2-utils 
xsltproc libtool curl
+  * '''required''': apache2 cvs libxp-dev libxt6 libxtst6 python python2.3 
subversion xvfb mysql-server python2.3-mysqldb unzip libxml2 libxml2-utils 
xsltproc libtool curl
   * '''convenience''': lynx sudo vim bzip2 mutt nano mysql-client rsync
  
  
@@ -192, +192 @@

  adduser gump3 staff
  mkdir /home/gump3
  chown -Rf gump3:gump3 /home/gump3
+ passwd gump3
+ $EDITOR ~gump3/.passwd # save password
+ chmod 600 ~gump3/.passwd
+ chown gump3:gump3 ~gump3/.passwd
  su - gump3
  svn co https://svn.apache.org/repos/asf/gump/branches/Gump3
  }}}
  
+  * disable auth caching for svn, editing ~gump3/.subversion/config so that
+ {{{
+ ### Section for authentication and authorization customizations.
+ [auth]
+ ### Set store-passwords to 'no' to avoid storing passwords in the
+ ### auth/ area of your config directory.  It defaults to 'yes'.
+ ### Note that this option only prevents saving of *new* passwords;
+ ### it doesn't invalidate existing passwords.  (To do that, remove
+ ### the cache files by hand as described in the Subversion book.)
+ store-passwords = no
+ ### Set store-auth-creds to 'no' to avoid storing any subversion
+ ### credentials in the auth/ area of your config directory.
+ ### It defaults to 'yes'.  Note that this option only prevents
+ ### saving of *new* credentials;  it doesn't invalidate existing
+ ### caches.  (To do that, remove the cache files by hand.)
+ store-auth-creds = no
+ }}}
   * [VmgumpConfig/Gump3BashConfig]
+ 
+  * install gump3 prereqs
+ {{{
+ exit # fromp gump3, back into su mode
+ apt-get install python2.4 python2.4-mysqldb python-pmock
+ # no python2.4-pmock...
+ cp /usr/lib/python2.3/site-packages/pmock.py /usr/lib/python2.4/site-packages
+ python2.4 -OO -c "from pmock import *; import pmock; import sys; sys.exit()"
+ }}}
+ 
+  * test it
+ {{{
+ su - gump3
+ GUMP_TEST_NO_MYSQL=yes gump test
+ }}}
  
  === Done! ===
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to