Skip to content

Commit

Permalink
Merge branch 'scanon/docs1' of github.com:kbase/JobRunner into scanon…
Browse files Browse the repository at this point in the history
…/docs1
  • Loading branch information
scanon committed Feb 13, 2024
2 parents cce57e9 + c6219d5 commit bfb035b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ pip install -r requirements.txt -r requirements-dev.txt
# Set the DOCKER_HOST if this doesn't work out of the box
export DOCKER_HOST=unix://$HOME/.docker/run/docker.sock
# Set tokens and URL
# Be sure to set both tokens and the KB_BASE_URL
export KB_AUTH_TOKEN="xxxxxxxxx"
export KB_ADMIN_AUTH_TOKEN="xxxxxxxxxxxx"
export KB_BASE_URL=https://ci.kbase.us/services
# Set ref data to an area acceessible by Docker
export CALLBACK_IP=127.0.0.1
export CALLBACK_PORT=9999
# Set ref data to an area accessible by Docker
export KB_REF_DATA=/path/to/local/refdata
make mock
Expand Down

0 comments on commit bfb035b

Please sign in to comment.