source: trunk/packages/sipb-xen-host-master/notes @ 461

Last change on this file since 461 was 461, checked in by price, 16 years ago

update installation instructions

File size: 623 bytes
Line 
1
2### for kerberos access; need keytab ###
3aptitude install krb5-user ntpdate
4cat >>/etc/ssh/sshd_config <<EOF
5# accept Kerberos
6GSSAPIAuthentication yes
7GSSAPICleanupCredentials yes
8GSSAPIKeyExchange yes
9EOF
10# install keytab
11# install /root/.k5login
12ntpdate
13
14### for collaboration ###
15aptitude install screen
16
17### the main event ###
18scp black-mesa:/etc/apt/sources.list.d/* /etc/apt/sources.list
19apt-get update
20aptitude install sipb-xen-host-master
21# or scp sx-blade-1:*.deb . && dpkg -i *.deb
22
23### clustering... ###
24## should become own package once we figure it out.
25#/etc/cluster/cluster.conf
26aptitude install clvm cman
Note: See TracBrowser for help on using the repository browser.