Changeset 741 for trunk


Ignore:
Timestamp:
08/17/11 09:04:12 (14 years ago)
Author:
lgiessmann
Message:

trunk: shell_scripts: adapted the startIsidorus.lisp script to the latest changes done in TextGrid?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/shell_scripts/startIsidorus.lisp ΒΆ

    r712 r741  
    11(setf sb-impl::*default-external-format* :utf-8)
    22(asdf:operate 'asdf:load-op 'isidorus)
    3 ;;(xtm-importer:import-from-xtm "/home/servreg/.sbcl/site/isidorus/src/unit_tests/textgrid_07.15.2011.xtm" "data_base" :tm-id "http::/isidor.us/tm-1")
     3;;(xtm-importer:import-from-xtm "/home/isidorus/.sbcl/site/isidorus/src/unit_tests/textgrid_07.15.2011.xtm" "data_base" :tm-id "http::/isidor.us/tm-1")
    44(setf rest-interface:*local-backup-remote-address* "143.93.190.247")
    55(setf rest-interface:*remote-backup-remote-address* "143.93.190.247")
    66(setf rest-interface:*shutdown-remote-address* "127.0.0.1")
    7 (rest-interface:start-json-engine "/home/servreg/data_base" :host-name "143.93.190.176" :port 7000)
     7(rest-interface:start-json-engine "/home/isidorus/data_base" :host-name "143.93.190.176" :port 7000)
    88(rest-interface:start-admin-server)
     9(format t "will enter die-when-finished")
    910(rest-interface:die-when-finished)
    1011
Note: See TracChangeset for help on using the changeset viewer.