Skip to content

Commit

Permalink
Merge pull request #596 from mulesoft/W-17725171-Enhance-Linux-instal…
Browse files Browse the repository at this point in the history
…lation-explanation-CP

W-17725171-Improve-Linux-installation-explanation-CP
  • Loading branch information
Crispy-Salesforce authored Feb 11, 2025
2 parents f86e3a2 + 7b7f794 commit fb3156d
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions modules/ROOT/pages/to-download-and-install-studio-lx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,29 @@ endif::[]

:page-aliases: 6.5.x@studio::to-download-and-install-studio-lx.adoc

== Prerequisites
== Before You Begin Installing Anypoint Studio

* To support the Studio Theme in Linux, have GTK version 3 installed.
* Download the Anypoint Studio installation file from the https://www.mulesoft.com/lp/dl/studio[Download Site].
* To support the Studio Theme on Linux, you must have the GTK version 3 installed.
* Download the Studio installation file from the https://www.mulesoft.com/lp/dl/studio[Download Site].

== Installation

. Open the extracted Anypoint Studio.
. Choose a directory for extraction. You can choose a directory under your home directory, such as `~/anypoint-studio`.
. Open a terminal window.
. Navigate to the download directory.
. Use the `tar` command to extract the contents of the archive file. For example, if the file name is *anypoint-studio-7.21.0.tar.gz*, run:
+
----
`tar -xvzf anypoint-studio-7.21.0.tar.gz -C ~/anypoint-studio`
----
+
This command extracts the contents of the archive to the `~/anypoint-studio` directory.
. Go to the extracted directory.
. Run Studio.
. Click *OK* to accept the default workspace.
** You must Use an absolute path when defining your workspace because Anypoint Studio does not expand the `~` tilde used in Unix and Linux systems.
** If you choose to use an existing workspace, this must have been created using Anypoint Studio 7.0 or later. +
Studio 7.x supports only Mule 4.x projects, because the structure of the project, export format, XML, and scripting language are different than the ones used by Mule 3.x.

== Workspaces Considerations

* You must use an absolute path when defining your workspace because Studio doesn't expand the `~` tilde used in Unix and Linux systems.
* If you choose to use an existing workspace, the workspace must be created with Studio 7.0 or later. Studio 7.x supports Mule 4.x projects. The structure of the project, export format, XML, and scripting language are different from the ones used by Mule 3.x.

0 comments on commit fb3156d

Please sign in to comment.