Running SSDM under Linux 1. Unzip ssdm_Linux.zip into SSDM directory unzip ssdm_Linux.zip -d SSDM 2. Set AMOS_HOME variable to point to the root the installation export AMOS_HOME=~/SSDM 3. Set LD_LIBRARY_PATH to contain bin/ directory in the installation export LD_LIBRARY_PATH=$AMOS_HOME/bin:$LD_LIBRARY_PATH 4. Set PATH to contain bin/ directory in the installation export PATH=$AMOS_HOME/bin:$PATH 5. Run basic SSDM ssdm.sh exit; ----------------------- 6. Start MySQL server 7. Create database, e.g. RDFSTORE (name should be all caps) 8. Edit SQoND/storage/settings.osql file to set the connection string, user and password to access it 9. cd $AMOS_HOME/SQoND/storage/sql 10. Initialize the database, providing the array chunk size, e.g. ./setup.sh 1608 11. Run SSDM with SQL backend: ./run.sh exit; ---------------------- 12. In order to use .MAT wrapper, 32-bit MATLAB or MCR (MATLAB COMMON RUNTIME) should be installed. Path to libmat.so should be listed in LD_LIBRARY_PATH 13. To load the module, run ssdm.sh -L SQoND/storage/matWrapper/master.lsp or, from AmosQL prompt, use load_lisp('SQoND/storage/matWrapper/master.lsp') or, from ALisp prompt, use (load "SQoND/storage/matWrapper/master.lsp")