NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

Info

If you want to use MySQL

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include
you'll need to manually install
Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include
it and create a database before proceeding. CodaLab setup does not install MySQL.

...

  1. Open a command prompt and activate your CodaLab virtual environment.
  2. Start the first compute worker as shown here:

    Code Block
    cd codalab
    python worker.py
     
  3. Open a second command prompt and activate your CodaLab virtual environment.

  4. Start the second compute worker as shown here:

    Code Block
    cd codalabtools\compute
    python worker.py
  5. If you plan to test competitions locally, open a third command prompt and activate the virtual environment for the CodaLab CLI, then start the bundle server:

    Code Block
    cl server

...