1
21) run configure script
3
4# ./configure
5
62) build & install binary and sample configuration files
7
8# make
9# make install
10# make install-doc
11
123) create your configuration files and edit it
13for more detail, see /usr/local/share/doc/istgt/QUICKSTART
14
15# cd /usr/local/etc/istgt
16# cp auth.conf.sample auth.conf
17# cp istgt.conf.sample istgt.conf
18# cp istgtcontrol.conf.sample istgtcontrol.conf
19# EDIT files
20
214) start daemon
22
23# /usr/local/etc/rc.d/istgt forcestart
24
255) edit /etc/rc.conf to run it at startup
26
27istgt_enable="YES"
28
29