Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code Block
languagebash
#!/bin/bash
echo "variables $1 $2"
ssh admin@<<OCRKit.appliance.name>> "/Applications/OCRKit\ Pro.app/Contents/MacOS/OCRKit\ Pro --format text --output $1 $2"

 

  • Make sure in "commands.conf" file of auto-deploy client specific repository, the following commands are added to the nuxeo container definition (under section "elif [ ${1} = "NUXEO" ] then")
    so  so as to be added the container run command.:

 

Code Block
  add_volume "/var/data/nuxeo/ssh" "/home/nuxeo/.ssh"
  add_volume "/var/data/nuxeo/scripts/ocrKit" "/usr/bin/ocrKit"

Questions:

  • known_hosts file in /<storagepath>/nuxeo/ssh/  ?
  • Are paths in 4 hard coded paths in nuxeo container ?
  • Is path /usr/bin/ocrKit hard coded nuxeo container ?
  • Anything missing ?