Skip to content
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

Update README.md - Add small information for better understanding. Especially for Windows users. #11342

Merged
merged 1 commit into from
Feb 4, 2025
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
5 changes: 3 additions & 2 deletions docs/deployment/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Make sure that you have the latest version of Docker installed on your machine.
In this example we use [Docker Compose](https://docs.docker.com/compose/) to spin up all the different required containers/services for cBioPortal.

### Quick Start

Important when using Windows:<br/>
Please use the WSL input window (WSL2 Terminal) directly and not "Windows PowerShell" or "Git Bash".
```
git clone https://github.com/cBioPortal/cbioportal-docker-compose.git
cd cbioportal-docker-compose
Expand All @@ -25,7 +26,7 @@ docker compose up

You should now be able to see the cBioPortal website at http://localhost:8080

Import studies with:
Import studies with:<br/>(Hint: Don't close the current terminal but open a second terminal and change the path to "/cbioportal-docker-compose")

```
docker compose run cbioportal metaImport.py -u http://cbioportal:8080 -s study/lgg_ucsf_2014/ -o
Expand Down