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/GumpZonesConfig

The comment on the change is:
getting started on our zone config

New page:
Gump runs in a zone on a solaris machine called helios, with an address of

 {{{gump.zones.apache.org}}}

See http://www.apache.org/dev/solaris-zones.html for basic install information 
about helios. Besides Solaris and the companion CD we have SVN and Python in 
/opt. Our own locally built packages go into /export/opt, with sources for them 
in /export/src.

=== Create gump user and group and stuff ===

{{{
         sudo groupadd gump
         sudo useradd -s /usr/bin/bash -d /export/home/gump -g gump gump
         sudo mkdir /export/home/gump
         sudo chown gump:gump /export/home/gump
         sudo useradd -s /usr/bin/bash -d /export/home/gump3 -g gump gump3
         sudo mkdir /export/home/gump3
         sudo chown gump3:gump /export/home/gump3
         sudo nano /etc/auto_home 
         sudo echo '[email protected]' > ~gump/.forward
         sudo echo '[email protected]' > ~gump3/.forward
         sudo echo '[EMAIL PROTECTED]' > ~root/.forward
}}}

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

Reply via email to