User Manual:
23.2  Setup
   Note: Replace $prefix, $distro and $documentRoot with the appropriate 
paths
         for your server.
   1) Configure wview with HTTP_DOC_ROOT defined (see the build and 
install section).
   2) Use the make install-env build target:
      > make install-env
   3) Be sure PHP support is included with the http server:
      For apache2, I have /etc/apache2/mods-enabled/php5.conf and
      /etc/apache2/mods-enabled/php5.load.
 >>>>   4) Be sure the SQLite3 module for php is installed (php5-sqlite 
or similar).
   5) If you want start/stop control of wview from the Management Web Site
      (and you are comfortable giving the http server user account sudo 
privileges),
      a) Add the http user to the sudo group:
         > sudo adduser www-data sudo
      b) Make sure the sudo group has no password required privileges in 
/etc/sudoers:
         > sudo visudo
         (Make sure the line [%sudo ALL=NOPASSWD: ALL] is at the bottom 
of the
          /etc/sudoers file)
   6) Point your browser to:
      http://[wview_URL_or_IP_address]/wviewmgmt/login.php