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: 
    2: 1) run configure script
    3: 
    4: # ./configure
    5: 
    6: 2) build & install binary and sample configuration files
    7: 
    8: # make
    9: # make install
   10: # make install-doc
   11: 
   12: 3) create your configuration files and edit it
   13: for 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: 
   21: 4) start daemon
   22: 
   23: # /usr/local/etc/rc.d/istgt forcestart
   24: 
   25: 5) edit /etc/rc.conf to run it at startup
   26: 
   27: istgt_enable="YES"
   28: 

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