= Kansei Genie Evaluation = The [http://kansei.cse.ohio-state.edu/KanseiGenie/ KanseiGenie] project delivered a group of packages available at the [http://kansei.cse.ohio-state.edu/KanseiGenie/Downloads/Packages KanseiGenie Packages Download] page. The Portal Cloning and Director Packages are used to clone Kansei at a new testbed. Installation instructions are found at [http://kansei.cse.ohio-state.edu/KanseiGenie/Doc/cloning.php Source Cloning] page under the Documentation area and also the [http://kansei.cse.ohio-state.edu/KanseiGenie/Doc/cloning.php?pageName=FullInstallation.html Full Installation] instructions are available to cover both the Portal Cloning and Director Packages. First Evaluation Time Frame: October 12, 2011 Second Evaluation Time Frame: November 1, 2011. = Kansei Genie Findings = The initial set of issues discovered prevented installation. Feedback was captured in the [attachment:KanseiGenieFeedback-20111012.txt] email. An update to the documentation was made to remove future features, this version was used for the second evaluation. The documentation was in an inconsistent state, because it was being updated for features under development. Started the second evaluation with instructions found at the [http://kansei.cse.ohio-state.edu/KanseiGenie/Doc/cloning.php?pageName=KGPortal.html KanseiGenie Portal Cloning] page, but was redirected to the [http://kansei.cse.ohio-state.edu/KanseiGenie/Doc/cloning.php?pageName=FullInstallation.html Full Installation] instructions. = Kansei Genie How-to = The software was downloaded from the [http://kansei.cse.ohio-state.edu/KanseiGenie/Downloads/Packages KanseiGenie Packages Download] page, which included the following software: {{{ Index of /KanseiGenie/Downloads/Packages/Secure File Name Last modified Size Description KG_Director_2011-10-31.tgz 31-Oct-2011 20:14 179K KG_LPCD_UserTools_2011-10-13.tgz 13-Oct-2011 13:31 381K KG_LinuxPCDirector_2011-10-29.tgz 29-Oct-2011 17:08 799K KG_Orca_2011-10-13.tgz 30-Oct-2011 04:46 680M KG_Portal_2011-10-31.tgz 31-Oct-2011 15:49 6.3M KG_StargateDirector_2011-10-13.tgz 13-Oct-2011 13:31 798K KG_Webservices_2011-10-31.tgz 31-Oct-2011 13:04 81K KG_Webservices_DEPENDENCIES.tar 31-Oct-2011 19:48 783M install_library_UBU.sh 31-Oct-2011 15:42 5.2K }}} The ''install_library_UBU.sh'' script installs prerequisite packages for Ubuntu systems: * for !KanseiGenie Portal: apache2 php-pear libapache2-mod-php5 smarty php-http-upload * for !KanseiGenie Director: mysql-server php-db mysql-php5 mysql-client-core-5.1 openntpd build-essential libnet-ssh-perl libnet-scp-expect-perl libcrpyt-dh-perl libgmp3-dev libdata-dumper-simple-perl liblog-log4perl libconfig-inifiles-perl libdate-calc-perl . The ''install_library_UBU.sh'' script requires a system restart. {{{ $ sudo ./install_library_UBU.sh Starting installation of dependencies for KanseiGenie Installation script 2011-10-21 Do you accept the KanseiGenie license terms? Reply [y/N]: Y Update your system software information and upgrade to latest system packages? Reply [y/N]: y Getting recent package information from online repositories .. ..... many output lines deleted ..... Installing new version of config file /etc/apparmor.d/usr.bin.firefox ... Installing new version of config file /etc/apport/blacklist.d/firefox ... Please restart all running instances of firefox, or you will experience problems. Processing triggers for libc-bin ... ldconfig deferred processing now taking place Processing triggers for python-support ... Install KanseiGenie Web Portal dependencies? Reply [y/N]: y Install KanseiGenie Director dependencies? Reply [y/N]: y Install KanseiGenie Web Services dependencies? Reply [y/N]: y Install TinyOS? Reply [y/N]: y Remember to REBOOT before continuing installation of KanseiGenie. REBOOT NOW because some recently installed components required by the KanseiGenie installation scripts may not be running yet. $ sudo shutdown -r now }}} Next unpacked and install the KG portal package: {{{ $ tar xvzf KG_Portal_2011-10-31.tgz Portal/ Portal/ReadMe_Portal.txt Portal/install_portal.sh Portal/users Portal/KG_PortalDB.sql Portal/php.tgz Portal/kansei-www $ cd Portal $ sudo ./install_portal.sh Starting installation of KanseiGenie Researcher Portal.. php/ ...... Many output lines deleted.......... php/index-maintenance.php Install KanseiGenie Portal's MySQL Username, Password, and Database? Reply [Y/n]: y Please enter KanseiGenie Researcher Portal's MySQL Username for /var/www/KanseiGenie/Config/DB.ini (KG_manager): KG_manager Please enter KanseiGenie Researcher Portal's MySQL Password for /var/www/KanseiGenie/Config/DB.ini (default: KG-Man-Ager): KG-Man-Ager Creating MySQL database KG_PortalDB Install and enable apache2 kansei-www site? Reply [Y/n]: y Site kansei-www already enabled * Reloading web server config apache2 [ OK ] KanseiGenie Researcher Portal installation script complete. --> Use htpasswd to edit the users file at /etc/apache2/users --> Please edit the Portal configuration file at /var/www/Portal.ini --> See comments inside the configuration files and http://kansei.cse.ohio-state.edu/Doc/cloning.php Done. $ }}} Added a user account as instructed: {{{ $ cd /etc/apache2 $ sudo htpasswd -b users lnevers password-string Adding password for user lnevers $ }}} Customized the Portal's configuration file: {{{ $ sudo vi /var/www/KanseiGenie/Config/Portal.ini }}} [[BR]] -------------- {{{ #!html Email us with any questions and feedback on this page! }}}