Versions Compared

Key

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

...

  1. Truncate your db (or prepare a fresh db)
    1. Make sure you are using collation utf8_bin
    2. ALTER DATABASE umlsdb DEFAULT CHARACTER SET utf8 COLLATE utf_bin
  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.

...