CalCOFI / capstone

Capstone project for CCDSP fellowship, where we will store data and code
1 stars 2 forks source link

launch app on calcofi.io #67

Closed bbest closed 2 years ago

bbest commented 2 years ago

From server RStudio IDE https://rstudio.calcofi.io (which is a Google Cloud instance setup per CalCOFI/server), I ran the following:

# download repo with app
cd /share/github
git clone https://github.com/PK0207/CalCOFI22.git

# switch to working branch
git branch PK_testing

# make symbolic link to app from directory where Shiny serves apps
cd /srv/shiny-server/
sudo ln -s /share/github/CalCOFI22/scripts/shiny capstone

Voila! Live here:

https://shiny.calcofi.io/capstone/ image