Versions Compared

Key

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

...

  • CD into $JEDI_WORKFLOW
    • $> cd $JEDI_WORKFLOW
  • Update ewok and skylab (optionally add and update jedi-tools and jedi-docs) @develop
  • If using localhost, then add and update r2d2 and r2d2-datadata@develop
  • Delete solo
    • $> rm -Rf solo
  • Clone r2d2-client from https://github.com/JCSDA-internal/r2d2-client

...

  • $> export R2D2_USER="<your r2d2 username>user name>"
  • $> export R2D2_API_KEY="<your r2d2 api key>"
  • If running localhost 
    • $> export R2D2_USER="localhost"
    • $> export R2D2_API_KEY="localhost"
    • $> export R2D2_SERVER_HOST="http://localhost"
    • $> export R2D2_SERVER_PORT="8080"

...