File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / istgt / INSTALL
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:42:02 2012 UTC (12 years, 3 months ago) by misho
Branches: istgt, MAIN
CVS tags: v20121028, v20120901, v20111008, HEAD
istgt


1) run configure script

# ./configure

2) build & install binary and sample configuration files

# make
# make install
# make install-doc

3) create your configuration files and edit it
for more detail, see /usr/local/share/doc/istgt/QUICKSTART

# cd /usr/local/etc/istgt
# cp auth.conf.sample auth.conf
# cp istgt.conf.sample istgt.conf
# cp istgtcontrol.conf.sample istgtcontrol.conf
# EDIT files

4) start daemon

# /usr/local/etc/rc.d/istgt forcestart

5) edit /etc/rc.conf to run it at startup

istgt_enable="YES"


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>