0% found this document useful (0 votes)
125 views

Mulesoft.U Development Fundamentals (Mule 4) Setup Instructions

This document provides setup instructions for a MuleSoft development fundamentals course using Mule 4. It outlines the minimum system requirements needed, including at least 8GB RAM, a modern browser, and internet access to specific ports and domains. It also lists the accounts and software that need to be set up, including an Anypoint Platform account, OpenJDK 8, Anypoint Studio, a Salesforce Developer account, the Salesforce security token, and a REST client application.

Uploaded by

Sindhu Sri
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
125 views

Mulesoft.U Development Fundamentals (Mule 4) Setup Instructions

This document provides setup instructions for a MuleSoft development fundamentals course using Mule 4. It outlines the minimum system requirements needed, including at least 8GB RAM, a modern browser, and internet access to specific ports and domains. It also lists the accounts and software that need to be set up, including an Anypoint Platform account, OpenJDK 8, Anypoint Studio, a Salesforce Developer account, the Salesforce security token, and a REST client application.

Uploaded by

Sindhu Sri
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

MuleSoft.

U Development Fundamentals (Mule 4)


Setup Instructions

Note: If you need help with the setup instructions, use the MuleSoft Training forum at
http://training.mulesoft.com/help/apdev-fundamentals4.

Make sure your computer meets the minimum requirements


To complete the exercises in this course, you need:

1. A computer with the following:


• At least 8-16 GB RAM (16 highly recommended), 2GHz CPU, and 10GB available storage
• A minimum screen resolution of 1024x768
• The latest version of Chrome, Safari, Firefox, or Edge
These are the requirements to run Anypoint Studio and Anypoint Platform.
Note: If your computer does not meet these requirements, you can install the required software
into a virtual image like an online Amazon EC2 virtual image.

2. Internet access to the following (with > 5Mbps download and > 2Mbps upload)

Port Host

80 mulesoft.com (and subdomains)


80 cloudhub.io (and subdomains)

80 salesforce.com (and subdomains)

3306 mudb.learn.mulesoft.com

Note: If you have restricted internet access and cannot access some of these ports and hosts,
you can instead use a MuleSoft training services Java application that is included in the student
files for the course.

Set up accounts and required software


You will use the following accounts during the course:

1. An Anypoint Platform account


http://anypoint.mulesoft.com
Note: If you do not have an account, you can sign up for a free, 30-day trial account.
2. OpenJDK 8 (NOT 11 or a later version)
https://adoptopenjdk.net
This is required for Anypoint Studio.
Note: Be sure to install the 64-bit version if you are running a 64-bit operating system or the 32-
bit version if you are running a 32-bit operating system.
Confirm with java -version in a command-line interface.
After installing the correct JDK version, add or update an environment variable named
JAVA_HOME that points to the installation location and then add JAVA_HOME/bin to your
PATH environment variable.
Confirm with echo $PATH or echo %PATH% in a command-line interface.
Note: For instructions on how to set or change environment variables, see the following
instructions for PATH: http://docs.oracle.com/javase/tutorial/essential/environment/paths.html.

3. Anypoint Studio 7.5.0 or later with embedded Mule 4.3 runtime


https://www.mulesoft.com/lp/dl/studio
Download, install, and start it to make sure it runs BEFORE class.

4. A Salesforce Developer account (NOT a standard account)


https://developer.salesforce.com/en/signup
You CANNOT use a standard account, which will not give you API access.
You should receive an activation email within 5-10 minutes of creating the account. Click the link
it contains to activate your email and set a password and password question. You will then be
logged in to Salesforce. You can also log in at http://login.salesforce.com/ using your developer
credentials.

5. A Salesforce API Access token


http://login.salesforce.com/
In Salesforce, click your name at the top of the screen and select My Settings. On the left side
of the page, select Personal > Reset My Security Token and click the Reset Security Token
button. A security token will be sent to your email in a few minutes. You will need this token to
make API calls to Salesforce from your Mule applications.

6. Advanced REST Client (or some other REST client application)


http://install.advancedrestclient.com

You might also like