NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

You'll know when the checkout is complete when the command-line window shows a message stating, 'XYZChecked out revision x', where x is the revision number, as shown in the screenshot below:

Wiki Markup
\[insert screenshot here\]

Image Added

Manually Creating The Requisite Database Schema

Code Block

CREATE DATABASE <DB NAME> DEFAULT CHARACTER SET latin1;
GRANT ALL ON <DB NAME>.\* TO '<CAARRAY DB USER>'@'localhost' IDENTIFIED BY '<CAARRAY DB USER PASSWORD>' WITH GRANT OPTION;
GRANT ALL ON <DB NAME>.\* TO '<CAARRAY DB USER>'@'%' IDENTIFIED BY '<CAARRAY DB USER PASSWORD>' WITH GRANT OPTION;

Configuring The Various Properties Files Required By Ant

...