This file contains simple instructions for how you can develop chimeraviz, either the current release verion of the development version, using the RStudio Docker images.
If these instructions don't work for you, please don't hesitate to open an issue and I'll assist you.
docker build . -f Dockerfile.release -t chimeraviz_release
(this may take several minutes)docker run -it -e PASSWORD=42 -p 8787:8787 -v /path/to/chimeraviz/:/chimeraviz chimeraviz_release
. Remember to change /path/to/chimeraviz/
to where you cloned the chimeraviz repository.setwd("/chimeraviz")
, then devtools::load_all()
, and start codingdocker build . -f Dockerfile.devel -t chimeraviz_devel
(this may take several minutes)docker run -it -e PASSWORD=42 -p 8787:8787 -v /path/to/chimeraviz/:/chimeraviz chimeraviz_devel
. Remember to change /path/to/chimeraviz/
to where you cloned the chimeraviz repository.setwd("/chimeraviz")
, then devtools::load_all()
, and start codingAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.