Please follow these instructions to transition your Skylab environment to use R2D2 V3.
1. Update workflow component repositories
2. Create a new python virtual environment
- CD into $WORKFLOW_ROOT
- Remove your virtual environment
- Create a new virtual environment using the stack-python
- Activate the new virtual environment
3. Install workflow components
- CD into $JEDI_WORKFLOW
- CD into each codebase repo: ewok, r2d2-client, simobs
- Run
4. Add new environmental variables
- export R2D2_USER="<your r2d2 username>"
- export R2D2_API_KEY="<your r2d2 api key>"
- If running localhost
- export R2D2_SERVER_HOST="http://localhost"
- export R2D2_SERVER_PORT="8080"