Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DevOps for Salesforce

You're reading from   DevOps for Salesforce Build, test, and streamline data pipelines to simplify development in Salesforce

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher
ISBN-13 9781788833349
Length 220 pages
Edition 1st Edition
Concepts
Arrow right icon
Authors (3):
Arrow left icon
Mukta Aphale Mukta Aphale
Author Profile Icon Mukta Aphale
Mukta Aphale
Nagraj Gornalli Nagraj Gornalli
Author Profile Icon Nagraj Gornalli
Nagraj Gornalli
Priyanka Dive Priyanka Dive
Author Profile Icon Priyanka Dive
Priyanka Dive
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Salesforce Development and Delivery Process 2. Applying DevOps to Salesforce Applications FREE CHAPTER 3. Deployment in Salesforce 4. Introduction to the Force.com Migration Tool 5. Version Control 6. Continuous Integration 7. Continuous Testing 8. Tracking Application Changes and the ROI of Applying DevOps to Salesforce 9. Other Books You May Enjoy

Eclipse for Salesforce development

First, we will go through how we can use Eclipse for Salesforce application development. We will start from the very basic steps, such as installing Eclipse and Force.com IDE, followed by configuring Git with Eclipse.

Installing Eclipse Neon with the Force.com IDE plugin

We will start by installing Eclipse on the developer machine. To install Eclipse, you should have a minimum of Java 6 installed. If it is not installed, you can install it from the official website at https://java.com/en/download/.

We are going to install Eclipse Neon. Java version 7 is required for Eclipse Neon.

The following are the prerequisites for a development environment for Salesforce:

  • Operating systems:
    • Windows 7, 8, or 10
    • macOS 10.7, 10.8, 10.9, 10.10, or 10.11
    • Ubuntu 12.04 LTS or 14.04 LTS
  • Java SE Development Kit (JDK), Runtime Environment 8 or later (Java download page).

The installation steps are as follows:

  1. Eclipse 4.5 or later is recommended. Go to the download site at https://www.eclipse.org/downloads/.
  2. Select the appropriate executable package for the operating system you are using. 
  3. Once the download is complete, you can proceed with Eclipse installation. Double-click on the .exe file if you are using Windows.
  4. The Eclipse IDE for Java Developers distribution is the recommended installer.
  5. Choose an installation folder for Eclipse and click on INSTALL. It will take some time to install Eclipse.
  6. After completing the installation, launch Eclipse. Select the workspace for Eclipse.
  7. You will see the welcome page for Eclipse.

Now we have installed Eclipse on our system, we can move forward with the installation of Force.com IDE.

The following are the steps to install Force.com IDE:

  1. Launch Eclipse, go to the Help option and choose the Install New Software option from the drop-down list:
  1. Click Add.
  2. In the Add Repository dialog, set the name to Force.com IDE and the location to https://developer.salesforce.com/media/force-ide/eclipse45:
  1. Click OK.
  2. If you are not using Java 8, then deselect Show only the latest versions of available software, and it will show an older version of the plugin.
  3. Eclipse will show a list of all available plugins. Select the Force.com IDE plugin, and then click Next.
  4. In the Install Details dialog, click Next.
  5. Review the licenses, accept the terms, and click Finish.
  6. Eclipse starts downloading Force.com IDE and installs it and other required dependencies. Once the installation is completed, you need to restart Eclipse to reflect the changes. Click Yes.
  1. When Eclipse restarts, select Window | Open Perspective | Other. Select Force.com and then click OK:

We are done with setting up the Salesforce development environment in Eclipse.

Configuring a Force.com project in Eclipse

We have a Salesforce application, and we want Salesforce code in the local workspace we just created using Force.com IDE:

  1. Right-click on the Package Explorer area, then choose New and select Force.com Project:
  1. Create a new Force.com project. You need to provide details about your project. Enter the Project name and Organization Settings details for connection: 
    • Username: Provide a username and append the sandbox name to it.
    • Password: Provide a password for the given username.
    • Security Token: You need to provide a security token for the sandbox.
    • EnvironmentChoose the environment you are using, such as sandbox or Production Edition:
  1. Once you have filled in all the details, click Next.

We will get all the code in Eclipse from Salesforce. Now, whatever changes a developer makes in Eclipse will be in sync with the sandbox being used.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image