Changes between Version 12 and Version 13 of GIR3.2_kansei


Ignore:
Timestamp:
11/01/11 16:48:57 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_kansei

    v12 v13  
    3737
    3838The ''install_library_UBU.sh'' script requires a system restart.
     39
     40== KanseiGenie Portal How-to ==
    3941
    4042{{{
     
    105107}}}
    106108
     109== KanseiGenie Director How-to ==
     110
     111Downloaded [http://kansei.cse.ohio-state.edu/KanseiGenie/Downloads/Packages Director package] from the same location as the Portal package; Unpacked and installed it:
     112{{{
     113$ tar xvzf KG_Director_2011-10-31.tgz
     114$ cd Director
     115$ sudo bash install_director.sh
     116Starting installation of KanseiGenie Director..\n
     117Copying files to /opt/KanseiGenie
     118Adding the KanseiGenie service
     119use sudo service KanseiGenie start
     120use sudo service KanseiGenie stop
     121Add kansei user to system?  Reply [Y/n]: y
     122Creating the user kansei ... please use something similar to Kansei Scheduler Service as the full name.
     123Changing the user information for kansei
     124Enter the new value, or press ENTER for the default
     125        Full Name []: BBN Kansei Scheduler Service
     126        Room Number []:
     127        Work Phone []:
     128        Home Phone []:
     129        Other []:
     130Is the information correct? [Y/n]
     131Install Director MySQL database and users?  Reply [Y/n]: y
     132Please enter KanseiGenie's MySQL Username (also found in /var/www/KanseiGenie/Config/DB.ini and /opt/KanseiGenie/config.ini): KG_manager
     133Please enter KanseiGenie's MySQL Password (also found in /var/www/KanseiGenie/Config/DB.ini and /opt/KanseiGenie/config.ini): KG-Man-Ager
     134Creating the mysql KG_manager user...
     135You may be prompted for the MySQL root password.
     136ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'KG_manager'@'localhost'
     137Don't forget to store the KG_manager password in  /opt/KanseiGenie/config.ini and at the Portal's /var/www/KanseiGenie/Config/DB.ini .
     138Creating KG_ExpDB Database in MySQL
     139}}}
     140
     141Modified both /opt/KanseiGenie/config.ini and /var/www/KanseiGenie/Config/DB.ini to include the KG_manager password.
    107142
    108143