25  Publishing to the Web

We have many options for publishing html documents, html-based slides, websites, shiny apps, APIs, etc. to the web.

25.1 Posit Connect

25.1.1 Getting Set Up:

You will have to be apply for access to be able to publish to viz.datascience.arizona.edu. Request access here. After you are approved, you can log in to viz.datascience.arizona.edu with your NetID and password.

To publish to Posit Connect using the RStudio GUI, follow instructions here: https://docs.posit.co/connect/user/publishing/

To publish Quarto documents to Posit Connect, follow these instructions: https://quarto.org/docs/publishing/rstudio-connect.html

Other useful links:

25.2 Quarto Pub

quartopub.com is probably the easiest way to share Quarto documents. This is only for Quarto documents, and there is no option to make what you share private in any way. Because Posit Connect is technically for research only, this is an appropriate venue for slides or other teaching related documents made with Quarto

25.2.1 Getting Set Up:

We have an account with the username cct-datascience@arizona.edu. The password is stored in Stache (you may need to ask for it to be shared with you). Published documents appear at https://cct-datascience.quarto.pub/.

Publish here with quarto publish quarto-pub and the first time you’ll be prompted to authenticate.

Useful links:

25.3 GitHub Pages

Official guide: https://pages.github.com/

Useful links: