Skip to content

Latest commit

 

History

History
109 lines (72 loc) · 3.2 KB

installation.md

File metadata and controls

109 lines (72 loc) · 3.2 KB

This page walks you through installation options for Posit Publisher.

Installation for VS Code

Install via the Visual Studio Code Marketplace

or searching "Posit Publisher" in the VS Code Extensions view and clicking Install.

Manual Installation

Download and install the VS Code extension.

To learn how to install a .vsix file, see the Install from a VSIX guide from Visual Studio Code.

Quick install and updates

We have updates scripts for macOS and linux to download and install the latest version of the publisher:

Setup (one time)

First, download the update script you will also have to mark it executable:

chmod u+x install-publisher.bash

You can put the script somewhere on your $PATH so you can run it from any directory, or add it to your .bashrc or .zshrc.

Usage

Run the script as follows:

./install-publisher.bash

Which will install the most recent release of the publisher.

You can also install nightlies with:

./install-publisher.bash nightly

Or install a specific version with:

./install-publisher.bash 1.0.beta1

Warning

VSCode uses inotify on Linux installations. If file changes aren't updating the Publisher extension, ensure you have inotify installed. To install inotify on Debian, use the following command:

apt install inotify-tools

Optional: Install Quarto

If you plan on deploying Quarto content having Quarto installed will allow Posit Publisher to correctly detect Quarto application types for easier deploying.

Quarto - Get Started

Operating systems

The following operating systems are supported.

macOS

  • macOS 12 (Monterey)
  • macOS 13 (Ventura)
  • macOS 14 (Sonoma)

Windows

  • Windows 10
  • Windows 11

Linux

  • RHEL 8
  • RHEL 9
  • Ubuntu 20.04 (focal)
  • Ubuntu 22.04 (jammy)
  • SUSE Linux Enterprise Server 15 SP5
  • openSUSE 15.5

Support grid

Operating system by chip architecture

darwin linux windows
amd64 x x x amd64
arm64 x x arm64