0% found this document useful (0 votes)
26 views3 pages

Salesforce Computer Setup Guide

The document is a Computer Setup Guide that outlines the steps to install essential software for Salesforce development, including Chrome Browser, SFDX CLI, Java 21, and VS Code. It provides download links and verification commands for each installation. Additionally, it includes instructions for configuring VS Code with the Salesforce Extension Pack.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views3 pages

Salesforce Computer Setup Guide

The document is a Computer Setup Guide that outlines the steps to install essential software for Salesforce development, including Chrome Browser, SFDX CLI, Java 21, and VS Code. It provides download links and verification commands for each installation. Additionally, it includes instructions for configuring VS Code with the Salesforce Extension Pack.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Computer Setup Guide

1
Computer Setup Guide

1. Install Chrome Browser

Note: You may skip this step is Chrome is already configured

A. Download it from here: https://www.google.com/chrome/.

• Make it the default browser.


• Pin it to the taskbar (Windows) or dock (Mac).

2. Install SFDX CLI

A. Download it from here (Windows and Mac):


https://developer.salesforce.com/tools/salesforcecli#.
B. Verify Installation
• To view the Salesforce CLI version that you’ve installed, run this command in a
terminal (macOS and Linux) or command prompt (Windows).

• sf –version
• The command returns details about the version, such as this example
output.
• @salesforce/cli/2.17.10 darwin-x64 node-v20.9.0

C. After the installation completes, restart your command prompts, PowerShell


windows, or IDE to make sure Salesforce CLI is available.

Note - Please consult the Salesforce DX Setup Guide if you need help installing.

3. Install Java 21 Platform, Standard Edition Development Kit

A. Download it from here:


https://www.oracle.com/java/technologies/downloads/?er=221886
#jdk21-windows

B. Verify Install
• To view the JAVA version that you’ve installed, run this command in a terminal
(macOS and Linux) or command prompt (Windows).

• Java -version

The output should display the Java version installed on your Mac system

Salesforce Journey – By Ankit 2


Computer Setup Guide

Note: You must install version 11 or later.

4. Install VS Code

A. Download it from here: https://code.visualstudio.com/.

5. Configure VS Code

Note: You already downloaded and installed it. Now we are going to configure it.

A. Open VS Code.
B. View the VS Code extension
C. Search for "Salesforce Extension Pack (Expanded)"
D. Click Install and wait for the installation of the extension pack to complete.

For Detailed steps checkout the below video

Setup VS Code | Create Salesforce Project in Vs Code | LWC Project

Salesforce Journey – By Ankit 3

You might also like