Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Yeoman Generator to Initialize a dockerized RStudio Server Development Environment

License

Notifications You must be signed in to change notification settings

bcbeidel/generator-rstudio-server

Repository files navigation

generator-rstudio-server

Scaffolds a Docker environment for RStudio Development

Assumptions

It is assumed that you have the following software(s) installed and availible:

Installation and Usage

  1. Use npm to install yo
    npm install -g yo 
  2. Install generator-rstudio-server from source
    npm install -g https:/bcbeidel/generator-rstudio-server
  3. Then within your project folder, generate your new project:
    yo rstudio-server
  4. Answer the generators quesions in the command line
  5. Modify the Dockerfile or docker-compose.yml to meet your needs
  6. Build your Docker container, and start your Docker environment
    docker-compose up --build
  7. Navigate to http://localhost:8787/ in a browser window and log in with the following credentials
    • user: rstudio
    • pass: rstudio
  8. Develop your R code
  9. Stop your development environment with Ctrl + c

Resources

About

Yeoman Generator to Initialize a dockerized RStudio Server Development Environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published