DAQ/Online Software Stricture

From CLONWiki
Revision as of 16:16, 8 June 2008 by Boiarino (talk | contribs)
Jump to navigation Jump to search

CLAS DAQ/Online Software is located on clon file server in the directory /usr/local/clas/. Subdirectory release contains releases, recent of them typically used for production running. Subdirectory devel contains development version. To make new release do following steps:

cd /usr/local/clas
tar cvf devel.tar devel
mv devel.tar release
cd release
tar xvf devel.tar
rm devel.tar