Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verse
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rocker
verse
Commits
d92a7385
Unverified
Commit
d92a7385
authored
6 years ago
by
Carl Boettiger
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #118 from noamross/patch-1
Only install shiny and rmarkdown if needed
parents
18f191ab
84bb7ada
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rstudio/add_shiny.sh
+1
-1
1 addition, 1 deletion
rstudio/add_shiny.sh
with
1 addition
and
1 deletion
rstudio/add_shiny.sh
+
1
−
1
View file @
d92a7385
...
...
@@ -14,7 +14,7 @@ if [ "$ADD" == "shiny" ]; then
wget
--no-verbose
"https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubuntu-12.04/x86_64/shiny-server-
$VERSION
-amd64.deb"
-O
ss-latest.deb
&&
\
gdebi
-n
ss-latest.deb
&&
\
rm
-f
version.txt ss-latest.deb
&&
\
install2.r
-e
shiny rmarkdown
&&
\
install2.r
-e
--skipinstalled
shiny rmarkdown
&&
\
cp
-R
/usr/local/lib/R/site-library/shiny/examples/
*
/srv/shiny-server/
&&
\
rm
-rf
/var/lib/apt/lists/
*
&&
\
mkdir
-p
/var/log/shiny-server
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment