NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be will be undergoing maintenance on Monday, June 24th between 1000 ET and 1100 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

  1. Prepare Java:
    1. Download Java 1.8.x from the following page: 
      https://www.java.com/en/download/
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include
    2. Install Java, as described in the following installation instructions: 
      https://www.java.com/en/download/help/index_installing.xml
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include
    3. Update your PATH environment system variable with the Java executable folder. For example: 
      c:/jdk1.8_13/bin 
      For details, refer to the following instructions:
      https://java.com/en/download/help/path.xml
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include
    4. Check whether you have performed the previous steps correctly: Open a cmd or shell window and type the following command. The command output should display the version of Java you intended to install:

      Code Block
      java –version
  2. Prepare the DME CLI:
    1. If you are using Windows, decide how you will use the command line utilities. Choose one of the following options: 
    2. Use the following command to clone DME utilities to your local machine:

      Code Block
      Git clone https://github.com/CBIIT/HPC_DME_APIs


    3. For further instructions, refer to the following file: 
      https://github.com/CBIIT/HPC_DME_APIs/blob/master/utils/README.md
      Include Page
      wikicontent:Exit Disclaimer to Include
      wikicontent:Exit Disclaimer to Include

...