Changes between Version 14 and Version 15 of GIR3.2_kansei


Ignore:
Timestamp:
11/02/11 14:20:33 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_kansei

    v14 v15  
    144144
    145145Downloaded the [http://kansei.cse.ohio-state.edu/KanseiGenie/Downloads/Packages WebService package] from the same location as the Portal and Director packages; Unpacked and installed it:
     146{{{
     147$ tar xvf KG_Webservices_DEPENDENCIES.tar
     148$ cd Webservices
     149$ sudo bash install_webservices_dependencies.sh
     150
     151$ sudo bash install_webservices_dependencies.sh
     152Starting installation of KanseiGenie Web Services..\n
     153Copying files to /opt/javaApps/JBoss
     154mv: cannot stat `jboss-4.2.3.GA': No such file or directory
     155Assuming KG_ExpDB has already been set up with KG Director.
     156Modifying environment variables in the KanseiGenie init.d script.  JBOSS_HOME, JBOSS_PUBLICIP, and JBOSS_PRIVATEIP are passed to JBOSS when the service is started.  You can also set these yourself somewhere else (/etc/environment) and the KanseiGenie service will use your environment's values instead.
     157Please enter your Public IP address (default: 127.0.0.1): 127.0.0.1
     158Please enter your Private IP address (default: 127.0.0.1): 127.0.0.1
     159Modifying /opt/javaApps/JBoss/jboss-4.2.3.GA/server/default/deploy/http-invoker.sar/META-INF/jboss-service.xml file.
     160Now setting up JBoss MySQL config.
     161Please enter your MySQL Bind Address (default: 127.0.0.1): 127.0.0.1
     162Please enter your MySQL Port Number (default: 3306): 3306
     163Please enter KanseiGenie's MySQL Username (also found in /var/www/KanseiGenie/Config/DB.ini and /opt/KanseiGenie/config.ini): KG_manager
     164Please enter KanseiGenie's MySQL Password (also found in /var/www/KanseiGenie/Config/DB.ini and /opt/KanseiGenie/config.ini): KG-Man-Ager
     165Install KanseiGenie service to start/stop with the system?   Reply [Y/n]:
     166update-rc.d: warning: /etc/init.d/KanseiGenie missing LSB information
     167update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
     168 Adding system startup for /etc/init.d/KanseiGenie ...
     169   /etc/rc0.d/K99KanseiGenie -> ../init.d/KanseiGenie
     170   /etc/rc1.d/K99KanseiGenie -> ../init.d/KanseiGenie
     171   /etc/rc6.d/K99KanseiGenie -> ../init.d/KanseiGenie
     172   /etc/rc2.d/S99KanseiGenie -> ../init.d/KanseiGenie
     173   /etc/rc3.d/S99KanseiGenie -> ../init.d/KanseiGenie
     174   /etc/rc4.d/S99KanseiGenie -> ../init.d/KanseiGenie
     175   /etc/rc5.d/S99KanseiGenie -> ../init.d/KanseiGenie
     176Creating the output file directory /var/www/KanseiGenie/Output
     177Done installing KanseiGenie Web Services.
     178use sudo service KanseiGenie start
     179use sudo service KanseiGenie stop
     180}}}
     181
     182
     183
    146184
    147185[[BR]]