root/trunk/inst/docs/INSTALL_FreeBSD61.txt

Revision 8749, 1.4 kB (checked in by abray, 8 months ago)
adding line breaks at 80 Char to all install instructionsm
Line 
1FreeBSD 6.1-RELEASE Installation Instructions
2
3
4Installation Technique: Manual Install
5
61.  Login as root, run sysinstall, configure dhcp networking
7
8# sysinstall
9
10
112.  Add the following /etc/fstab
12
13proc     /proc     procfs     rw     0     0
14
15
163.  Reboot to get a network and procfs.  Add in some needed packages:
17
18pkg_add -r bash pkg_add -r gmake pkg_add -r sudo pkg_add -r python pkg_add -r
19mysql50-server mysql50-client pkg_add -r net-snmp pkg_add -r patch
20
21Or, install portinstall, and install the needed packages via the ports system
22(which will also automatically resolve any dependencies): ie: portinstall -R
23<bash>
24
25
264.  Edit /usr/local/etc/sudoers as per typical Zenoss instructions.  I normally
27just uncomment the wheel line with NOPASSWD.
28
29# adduser zenoss
30
31
325.  Add to zenoss to the wheel group. Use /usr/local/bin/bash as shell.
33Configure snmpd:
34
35# cp /usr/local/share/net-snmp.conf.example \ /usr/local/etc/snmp/snmpd.conf
36
37Change "localhost" to be "default", "COMMUNITY" to be "public".
38
39
406.  Add in these lines to rc.conf:
41
42snmpd_enable="YES" snmpd_flags="-a -p /var/run/snmpd.pid" syslog_enable="NO"
43mysql_enable="YES"
44
45# mkdir /usr/local/zenoss # chown -R zenoss /usr/local/zenoss
46
47
487.  Reboot to start/stop all servers. Login as the zenoss user, install zenoss
49either from the tarball or SVN.  If you install from svn, you need to add
50subversion:
51
52# pkg_add -r subversion
53
54Again, you can use portinstall -R to resolve dependencies (and sub- version has
55a few)
56
Note: See TracBrowser for help on using the browser.