ShinyStudio
ShinyStudio copied to clipboard
A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
``` root@ubuntu20dockers:~/ShinyStudio# chmod +x certify.sh root@ubuntu20dockers:~/ShinyStudio# ./certify.sh Creating shinystudio_certbot_run ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz v3.12.12-43-g34ec5d9418 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.12-30-g96b07a1c68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12779 distinct packages available (1/3) Installing nghttp2-libs (1.41.0-r0) (2/3) Installing...
docker-compose up -d ``` Creating network "shinystudio_default" with the default driver Creating volume "shinystudio_influxdb_data" with default driver Creating volume "shinystudio_certbot_data" with default driver Creating volume "shinystudio_r_libraries" with default driver Creating...
``` Unable to find image 'dm3ll3n/shinystudio:latest' locally docker: Error response from daemon: pull access denied for dm3ll3n/shinystudio, repository does not exist or may require 'docker login': denied: requested access to...
This fixes issues #15 and #18 .
When trying to install ShinyStudio, I get the following error message: ``` Generating a RSA private key ....+++++ ................+++++ writing new private key to '/etc/letsencrypt/live/example.com/privkey.pem' ----- Building shinystudio Traceback (most...
Solution to issue https://github.com/dm3ll3n/ShinyStudio/issues/15
In the certify.sh, the links for downloading options-ssl-nginx.conf and ssl-dhparams.pem no longer work leading to failures when trying to build ShinyStudio Stack. https://github.com/dm3ll3n/ShinyStudio/blob/df57dea345ef3af8927c6342da967e8fef8869a7/certify.sh#L23-L27 The links should be updated as follow:...