Overview
Instructions on loading a full database.
Details
- Truncate your db (or prepare a fresh db)
- Pull and build the project and make sure your config file is completely up to date
- Clear your indexes directory of all files
- Download the data from https://wci1.s3.amazonaws.com/NCI/umls.sql.gz
- gunzip the file (may require cygwin)
- Import the file into your database (with MySQL workbench → see the Management/Data Import tool)
- Reindex your database (run the Reindex profile on the admin/lucene project)
- 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)