8000 Remove stale configuration instructions by amarjandu · Pull Request #154 · dockstore/dockstore-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove stale configuration instructions #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,17 @@ For users of Intellij or comparable IDEs, we also suggest loading the checkstyle

### Dockstore Command Line

The dockstore command line should be installed in a location in your path.
Be sure to have a configuration file in place. Follow the instructions in [Configuration File](#configuration-file) for help.

/dockstore-client/bin/dockstore
Add the directory `dockstore-client/bin` to your PATH:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say "Optionally add..." -- if I want to test a user's experience with the CLI, I'd want to use the official script, not a developer version.


You then need to setup a `~/.dockstore/config` file with the following contents:

```
token: <dockstore_token_from_web_app>
server-url: http://www.dockstore.org:8080
```bash
cd dockstore-cli
echo "export PATH=$(pwd)/dockstore-client/bin:"'$PATH' >> ~/.bash_profile
source ~/.bash_profile
```

If you are working with a custom-built or updated dockstore client you will need to update the jar in: `~/.dockstore/config/self-installs`.
If you are working with a custom-built or updated dockstore client you will need to update the jar in: `~/.dockstore/self-installs`.

### Encrypted Documents for Travis-CI

Expand Down
0