Setup : summary
- establish a new main database directory "testdb"
- create the subdirectory testdb/database
- create the subdirectory testdb/wspec
- create the subdirectory testdb/rawdata
- copy wspec files from existing database to testdb/wspec
- register your username in wspec/passwd.wrm
- setenv ACEDB to point to the testdb directory
- make sure xace is in your path or otherwise accessible
- start database to initialize
% mkdir testdb
% mkdir testdb/database
% mkdir testdb/wspec
% mkdir testdb/rawdata
% cp acedb/wspec/* testdb/wspec
% setenv ACEDB /the/full/path/to/testdb
% set path=(/the/path/to/xace $path)
% /usr/local/bin/xace &