Versions Compared

Key

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

...


Steps to create empty nuxeo repository:

Go to the  ~/deploy/restore_script/ and run "./create.sh" script.

After successful finish of the script you will have an empty nuxeo repository with Patricia workspace created with proper permissions and a settings.xml template for client environment specific modification.

The DMS containers can now be deployed and the DMS started up by cd'ing into  ~/deploy/deploy_script/ folder and running "./deploy.sh" with necessary options. For options, see here.

Steps to restore from backup (Transfer from non-zc to zc):

Go to ~/deploy/restore_script/ to modify config.sh configuration file to specify the paths to the backup files, and run "./create.sh" script.

After successful finish of the script you will have a DMS restored from the backup.

The DMS containers can now be deployed and the DMS started up by cd'ing into  ~/deploy/deploy_script/ folder and running "./deploy.sh" with necessary options. For options, see here.

Steps to import documents:

  1. Create empty repository following the instructions above. 

  2. Clone client specific repository to ~/deploy/import_script to store import script:

    Code Block
    languagebash
    git clone ssh://git@stash.practiceinsight.io:7999/dmsclient/import_script.git ~/deploy/import_script
  3. Set the path of the documents to import in the import_script/config/import.conf
  4. Start import_script/import.sh
  5. When the import process finished, check the final output of the compare script to be sure everything is imported.

The DMS containers can now be deployed and the DMS started up by cd'ing into  ~/deploy/deploy_script/ folder and running "./deploy.sh" with necessary options. For options, see here.