Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel4

Setting up IDE

Windows

You can set up the SDNC IDE by following instructions from Setting Up Your Development Environment.

Linux

This is the step of installing Intellij IDEA.

0. Download

https://www.jetbrains.com/idea/download/download-thanks.html?platform=linux&code=IIC

1.A new instance must not be extracted over an existing one. The target folder must be empty.
Unpack the ideaIC.gz or ideaIU.gz file.

tar xfz ideaIC.tar.gz or ideaIU.tar.gz. <new_archive_folder>

The recommended install location according to the filesystem hierarchy standard (FHS) is /opt. For example, it's possible to enter the following command:

sudo tar xf -*.tar.gz -C /opt/

Go to the bin directory, for example:

cd opt/-*/bin

Run idea.sh from the bin subdirectory.


Reference Link:

https://www.jetbrains.com/help/idea/installing-and-launching.html

Download the Source Code

Create Your Linux Foundation Account

...