Replies: 4 comments 3 replies
-
We can't tell you to bypass your corporate security rules, but Quarto does not require admin rights to be installed. |
Beta Was this translation helpful? Give feedback.
-
One possible alternative is for you to become comfortable with continuous integration. You could then use github workflows to produce your document outputs. We have a separate repository with documentation and examples for such setups: https://github.com/quarto-dev/quarto-actions. It takes a bit of learning, but the result is that you can run whatever version of quarto you want, and rendering happens on GitHub's CI servers. |
Beta Was this translation helpful? Give feedback.
-
IMHO |
Beta Was this translation helpful? Give feedback.
-
I have addressed this challenge mostly in https://github.com/dpastoor/qvm given your environment you do have egress to the internet. If you are air gapped and the blocker is literally even pulling the installation information in it requires more hoops. I am currently using this in admin'ing validated platforms in pharma from top 10 pharma to small biotech. See the release notes: https://github.com/dpastoor/qvm/releases/tag/v0.3.0 there are steps as an "admin" but also as a single user. ![]() In this case, the single user flow keeps everything about quarto scoped to your home directory. In addition it allows you to switch between quarto versions for testing/reproducibility etc. This also works well in containerized environments like kubernetes where your homedir is dynamically mounted across containers and quarto is not baked into the containers themselves. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have the occasion to use quarto in a personnal setting, where I can install and use whatever I want. However, in my professional environnement I am not able to do so. I was wondering if someone has experience making it work in a big corporate environnement that don't really allow installing external programs / extensions. Do you necessarily have to go the long route of withelisting it somewhere ? or is there any alternative ?
Beta Was this translation helpful? Give feedback.
All reactions