You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/08 13:05:05 UTC

[Gump Wiki] Update of "NewVmgumpConfig" by LeoSimons

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

New page:
== Packages ==

{{{
apt-get install apache2 cvs libxp-dev libxt6 libxtst6 python2.4 python2.5 subversion xvfb mysql-server python2.4-dev python2.4-mysqldb python2.5-dev python2.5-mysqldb unzip zip libxml2 libxml2-utils xsltproc libtool curl ntp ntpdate lynx sudo vim bzip2 mutt nano mysql-client rsync autoconf automake
}}}
see [NewVmgumpConfigPackageInstallLog]

== User accounts ==

for each account:
{{{
adduser $username
adduser $username admin
touch ~$username/.pass
chmod go-rwx ~$username/.pass
nano ~$username/.pass
mkdir ~$username/.ssh
echo 'ssh-dss ...' > ~$username/.ssh/authorized_keys
chown -R bodewig:bodewig ~bodewig/.pass ~bodewig/.ssh
}}}

for each account on the old box:
{{{
cd /home
tar -cjf old-home-$username.tar.bz2 $username
chmod go-rwx old-home-$username.tar.bz
scp old-home-$username.tar.bz $newvmgump:/home/old-homes/
}}}

and of course:
{{{
ssh $newvmgump chmod -R go-rwx /home/old-homes
}}}