NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

 Environment

Panel

Note: If you are upgrading from an older version of Codalab that doesn't use Docker, please make sure you remove your settings/local.py file!

On Mac/Linux

Clone the project and make a copy of .env_sample (or .env_production_sample if you're creating a production server) called .env in the root of the project directory:

  1. Install Docker CE (Community Edition) use the mac installer here, which is complete with docker-compose.
  2. git clone https://github.com/codalab/codalab-competitions.git
  3. cd codalab-competitions
  4. cp .env_sample .env

Editing project variables

Open .env in your preferred editor, you'll fill this in with your storage keys, SSL information, etc.

...