Changes
Page history
Fixed repo URL.
authored
Nov 04, 2021
by
Jean-Karim Heriche
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
e86c951c
...
@@ -33,7 +33,7 @@ The IDE is accessible at https://shiny-portal.embl.de (login required).
...
@@ -33,7 +33,7 @@ The IDE is accessible at https://shiny-portal.embl.de (login required).
Open a terminal, download the code from the project's repository and run it from within the project directory:
Open a terminal, download the code from the project's repository and run it from within the project directory:
```
```
> git clone https://git.embl.de/
meechan
/image-data-explorer.git
> git clone https://git.embl.de/
heriche
/image-data-explorer.git
> cd image-data-explorer
> cd image-data-explorer
> R -e 'shiny::runApp("image_data_explorer.R", host = "0.0.0.0", port = 5476)'
> R -e 'shiny::runApp("image_data_explorer.R", host = "0.0.0.0", port = 5476)'
```
```
...
...
...
...