-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
26 lines (19 loc) · 762 Bytes
/
Copy pathREADME.Rmd
File metadata and controls
26 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Show Me Perseus
A shiny app to remove potential friction for new R users when using the R perseus package.
# Docker
This application has been built in a docker environment, based on the `tidyverse` docker image. Run the following in the ShowMePerseus directory on the command line (with a docker daemon running):
```{bash, eval = FALSE}
docker pull seabbs/showmeperseus
docker run -d -p 8787:8787 -p 3838:3838 -p 54321:54321 -e USER=ShowMePerseus -e PASSWORD=ShowMePerseus --name seabbs/showmeperseus
```
The Rstudio development enviroment can be found at :8787 at your local machines ip (or at `localhost:`).