Changes between Version 8 and Version 9 of GIR3.2_kansei


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_kansei

    v8 v9  
    99The initial set of issues discovered prevented installation.  Feedback was captured in the [attachment:KanseiGenieFeedback-20111012.txt] email.
    1010
    11 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.
     11An 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.
    1212
    1313= Kansei Genie How-to =
     
    5353  Processing triggers for python-support ...
    5454  Install KanseiGenie Web Portal dependencies?  Reply [y/N]: y
    55   Install KanseiGenie Director dependencies?  Reply [y/N]:
    56   Install KanseiGenie Web Services dependencies?  Reply [y/N]:
    57   Install TinyOS?  Reply [y/N]:
     55  Install KanseiGenie Director dependencies?  Reply [y/N]: y
     56  Install KanseiGenie Web Services dependencies?  Reply [y/N]: y
     57  Install TinyOS?  Reply [y/N]: y
    5858  Remember to REBOOT before continuing installation of KanseiGenie. 
    5959  REBOOT NOW  because some recently installed components required by the
     
    7474 $ cd Portal
    7575 $ sudo ./install_portal.sh
     76 Starting installation of KanseiGenie Researcher Portal..
     77 php/
     78 ...... Many output lines deleted..........
     79 php/index-maintenance.php
     80 Install KanseiGenie Portal's MySQL Username, Password, and Database?   Reply [Y/n]: y
     81 Please enter KanseiGenie Researcher Portal's MySQL Username for /var/www/KanseiGenie/Config/DB.ini (KG_manager): KG_manager
     82 Please enter KanseiGenie Researcher Portal's MySQL Password for /var/www/KanseiGenie/Config/DB.ini (default: KG-Man-Ager): KG-Man-Ager
     83 Creating MySQL database KG_PortalDB
     84 Install and enable apache2 kansei-www site?   Reply [Y/n]: y
     85 Site kansei-www already enabled
     86  * Reloading web server config apache2                                                                        [ OK ]
     87 KanseiGenie Researcher Portal installation script complete.
     88 --> Use htpasswd to edit the users file at /etc/apache2/users
     89 --> Please edit the Portal configuration file at /var/www/Portal.ini
     90 --> See comments inside the configuration files and http://kansei.cse.ohio-state.edu/Doc/cloning.php
     91 Done.
     92 $
     93}}}
     94
     95Added a user account as instructed:
     96{{{
     97 $ cd /etc/apache2
     98 $ sudo htpasswd -b users lnevers password-string
     99 Adding password for user lnevers
     100 $
     101}}}
     102Customized the Portal's configuration file:
     103{{{
     104$ sudo vi /var/www/KanseiGenie/Config/Portal.ini
     105}}}
     106
    76107}}}
    77108