source: trunk/src/shell_scripts/fillDB.sh

Last change on this file was 747, checked in by lgiessmann, 13 years ago

trunk: shell_scripts: adapted the script fillDB.sh for the TextGrid? isidorus server and user

  • Property svn:executable set to *
File size: 392 bytes
Line 
1#!/bin/bash
2export LANG=de_DE.UTF-8
3cd /home/isidorus/.sbcl/site/isidorus/src
4su -l -s /bin/bash isidorus -c sbcl << END
5(setf sb-impl::*default-external-format* :UTF-8)
6(asdf:operate 'asdf:load-op 'isidorus)
7(xtm-importer:setup-repository "/home/isidorus/latestDump20110711.xtm" "/home/isidorus/data_base" :tm-id "http://textgrid.org/serviceregistry/services-tm")
8(elephant:close-store)
9END
Note: See TracBrowser for help on using the repository browser.