IUSCA / sca-issues

1 stars 0 forks source link

Vanity path #37

Closed StephanieD123 closed 4 years ago

StephanieD123 commented 4 years ago

For the "Whistle" app that we currently have here: https://rstudio.sca.iu.edu/connect/#/apps/17/access, can we have the link say Whistle instead of ...apps/17/access...?

Also, can we use our website domain biostats.indiana.edu/Shiny/Whistle? I forget if we talked about that - and what you would need from our IT web team?

Stephanie

agopu commented 4 years ago

Hi Stephanie,

I've added the 'vanity' URL - you can now access it at https://rstudio.sca.iu.edu/whistle

To your 2nd question, I don't think we discussed it previously. At the simplest, your IT admin (whoever operates that website) could setup a redirect on the biostats.indiana.edu webserver so that specific URL biostats.indiana.edu/shiny/whistle redirects to https://rstudio.sca.iu.edu/whistle. Would that work for you?

Best Regards, -a

StephanieD123 commented 4 years ago

Great – thanks. And if we re-publish a revised app with the name “Whistle” will it overwrite it, so the ‘vanity’ URL still holds for the updated version?

Sure, the pointer is a good idea.

Thanks, Stephanie

From: Arvind Gopu [mailto:notifications@github.com] Sent: Wednesday, April 1, 2020 3:58 PM To: IUSCA/sca-issues sca-issues@noreply.github.com Cc: Dickinson, Stephanie sd3@indiana.edu; Author author@noreply.github.com Subject: Re: [IUSCA/sca-issues] Vanity path (#37)

Hi Stephanie,

I've added the 'vanity' URL - you can now access it at https://rstudio.sca.iu.edu/whistle

To your 2nd question, I don't think we discussed it previously. At the simplest, your IT admin (whoever operates that website) could setup a redirect on the biostats.indiana.edu webserver so that specific URL biostats.indiana.edu/shiny/whistle redirects to https://rstudio.sca.iu.edu/whistle. Would that work for you?

Best Regards, -a

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IUSCA/sca-issues/issues/37#issuecomment-607459971 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3HIFPHRZ7DXSWUEWFKG3RKOMGHANCNFSM4LZOUAIQ . https://github.com/notifications/beacon/AGE3HIHJIYMD6S72WZXVLCTRKOMGHA5CNFSM4LZOUAI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEQ2RVAY.gif

rperigo commented 4 years ago

Hi Stephanie,

As I understand it, if you either A) re-publish from the same project folder or B) publish from a new Shiny app with the exact same name, it should work. In the former case, it will just update since it has already published to the server. In the latter, it should ask to overwrite.

When a project is first published from RStudio, it creates an rsconnect directory with the connection / URL info. Their documentation recommends keeping this with the version control for the project so everyone working with the repository is publishing correctly.