Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Overview

Instructions on loading a full database.

Details

  1. Truncate your db (or prepare a fresh db)
  2. Pull and build the project and make sure your config file is completely up to date
  3. Clear your indexes directory of all files
  4. Download the data from https://wci1.s3.amazonaws.com/NCI/umls.sql.gz
  5. gunzip the file (may require cygwin)
  6. Import the file into your database (with MySQL workbench → see the Management/Data Import tool)
  7. Reindex your database (run the Reindex profile on the admin/lucene project)
    1. NOTE: make sure your indexed.objects property is blank.

With that, you should be able to build and deploy a server.

NOTE: on certain unix environments MySQL table names are case sensitive and will need to be corrected (ask BAC if needed)

 

  • No labels