...
The third step in the Metadata installation process is to create the Metadata tables, indexes, sequences, and sequences procedures by running the following command:
...
Panel |
---|
borderColor | #ccc |
---|
bgColor | #ffffff |
---|
titleBGColor | #DDD9C3 |
---|
borderStyle | solid |
---|
title | Linux Run Command |
---|
borderStyle | solid |
---|
|
indent |
---|
| ant -f data_build.xml create_metadata_tables_release_1-7 |
|
...
Panel |
---|
borderColor | #ccc |
---|
bgColor | #ffffff |
---|
titleBGColor | #DDD9C3 |
---|
borderStyle | solid |
---|
title | Windows Run Command |
---|
borderStyle | solid |
---|
|
indent |
---|
| %ANT_HOME%\bin\ant.bat -f data_build.xml create_metadata_tables_release_1-7 |
|
...
Info |
---|
|
If the command %ANT_HOME% does not work it may be because you did not set your environment variables as suggested in the Requirements Chapter. If you do not wish to set this variable then you will need to replace %ANT_HOME% with the full path to your Ant directory. |
Info |
---|
This target creates the global metadata tables needed by the ONT cell, as well as empty ontology tables for the demo project. The tables for other projects' metadata are created in the metadata_load_data target. |