Skip to content

Commit 60f7eb0

Browse files
author
Jon Jablonski
committed
fixed paths to images in setup.md. They should have been relative, but started with root (/)
1 parent 3ce3c4a commit 60f7eb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

learners/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ This option involves downloading an Docker image that contains an installation o
194194

195195
Once up and running - you'll have full access to RStudio right from your browser:
196196

197-
![](/fig/docker.png){alt="RStudio layout in browser showing similarity to desktop layout"}
197+
![](fig/docker.png){alt="RStudio layout in browser showing similarity to desktop layout"}
198198

199199
Please be aware that the `R` package `rasterVis` is not included in the `rocker/geospatial` Docker image. If your instructor teaches with this package then you will need to install this `R` package yourself. All other `R` packages will already be installed for you.
200200

@@ -275,17 +275,17 @@ If you are returning to a session after stopping Docker itself, make sure Docker
275275

276276
Once you have installed Kitematic, make sure the Docker application is running and then open Kitematic. You should not need to create a login to use Kitematic. If prompted for login credentials, there is an option to skip that step. Use the search bar in the main window to find `rocker/geospatial` (pictured below) and click `Create` under that Docker repository.
277277

278-
![](/fig/kitematicSearch.png)
278+
![](fig/kitematicSearch.png)
279279

280280
After downloading and installing the image, your container should start automatically. Before opening your browser, connect your Docker image to a local folder where you have your workshop resources stored by clicking on the `Settings` tab and then choosing `Volumes`. Click `Change` and then select the directory you would like to connect to.
281281

282-
![](/fig/kitematicLocal.png)
282+
![](fig/kitematicLocal.png)
283283

284284
When you open RStudio instance below, you will see the contents of the connected folder inside the `kitematic` directory in the file tab located in the lower righthand corner of the screen.
285285

286286
When you are ready, copy the `Access URL` from the `Home` tab:
287287

288-
![](/fig/kitematicURL.png)
288+
![](fig/kitematicURL.png)
289289

290290
Paste that url into your browser and, if prompted, enter `rstudio` for both the username and the password.
291291

0 commit comments

Comments
 (0)