======================
MultiVNC_DB_PACK-0.1.0
======================

MultiVNC_DB_PACK cooperates with MultiVNC and offers the system for managing a client.

It can do in MultiVNC_DB_PACK.
 -The user who can participate by MultiVNC is manageable.
 -Management of all users can be performed in a browser.
 -Management of a connection user can be performed in a browser.
 -Management of a non-connecting user can be performed in a browser.
 -You can register a new user by the browser.
 -You can search a user with a browser.

=======
INSTALL
=======
Installation is performed as follows:

$ tar -zxvf multivnc_db_pack-X.X.X.tar.gz
$ su
# ./install.sh
# ln -s /usr/share/multivnc/MultiVNC_HP  /var/www/.
# ln -s /usr/share/multivnc/MultiVNC_DB  /var/lib/mysql/multivnc
# mysql_install_db


# /etc/init.d/mysql  start
# mysql -u root -p

A network access user's authority is set up.
  mysql > insert into mysql.user values ('%','root','',
	  'y','y','y','y','y','y','y','y','y','y','y','y','y','y');
ID and the password of an attendance management system are set up.
  mysql > insert into multivnc.teacher values ('id','name','pass');
  mysql > quit

# vi /etc/mysql/my.cnf
skip-networking is commented out.
# /etc/init.d/mysql restart


=============
install files
=============
The files installed are as follows:

/usr/share/multivnc/MultiVNC_HP/
/usr/share/multivnc/MultiVNC_DB/

#########################################################
#                                                       #
#  It refers to here in detail.                         #
#  http://www.alpha.co.jp/business/products/multivnc/   #
#                                                       #
#########################################################
