To get these accounts [fill in with details from Mike]. These accounts already the NVOSS summer school software downloaded in the nvoss2006 subdirectory of the login directory.
Each user will run their own TOMCAT web server on a different port, 9000 to 9009, but everyone shares the same MySQL server. There are a few changes to procedure to install a SPOCS database SkyNode.
source nvoss2006/bin/setup.csh
cd nvoss2006/sql/SPOCS/mySQL
.
~tam/upd.pl fmi
where fmi are your initials. These creates a second version
of every SQL file with _upd appended to the name.
mysql -pnvoss2006 MySQL > \. build_all_upd.sql ... Mysql > \. addcolumns_upd.sql ... MySQL > \. fillcolumns_upd.sqlNow we can leave MySQL and begin setting up the SkyNode.
cd
$NVOSS_HOME/java/src/fullskynode
vo.settings file and change
the following values. The jdbcURL needs
to be have the final SPOCS changed to SPOCS_fmi.
The jdbcUser should be changed to your user
account name on the machine. The jdbcPwd should be
changed to nvoss2006 or whatever you have
changed it to.
build.xml the SkyNode host should
be set to tucana.tuc.noao.edu. The SkyNode ID should
be changed as before to TSTVO_fmi. Additional the
SkyNode Port needs to be changed to the port used in your TOMCAT
installation (9000 + your user ID).
http://tucana.tuc.noao.edu:port/cgi-bin/sn.pl
where port is your port number.