Print

Print


Folks,

> Yay! You are almost there. I believe the last step you are missing is that you didn’t run scons from the admin subdirectory of your _install_. In other words, you should say:
> 
> setup qserv master-ga7082f1e02
> cd $QSERV_DIR/admin
> # Edit qserv.conf if you don’t want the defaults
> # Now run scons to generate the admin scripts from their templates
> scons

	This is the part I'd like to see changed (eventually).  The
configuration should live *outside* the install directory, which should
contain only immutable software.  So this should be something perhaps
more like this:

setup qserv master-ga7082f1e02
cp -r $QSERV_DIR/admin myQservConfig
cd myQservConfig
# Edit qserv.conf if you don't want the defaults
# Now run scons to generate the admin scripts from their templates
scons

and then update the PATH.

-- 
Kian-Tat Lim, LSST Data Management, [log in to unmask]

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the QSERV-L list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=QSERV-L&A=1