New laptop preparation

  1. Check your ubuntu version by going to “about” section using search

  2. Install git

    sudo apt install git
  3. Install adopt open jdk 8, 11, 17

    1. Add the Eclipse Adoptium GPG key

      wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | sudo apt-key add -
    2. Add the Eclipse Adoptium apt repository

      echo "deb https://packages.adoptium.net/artifactory/deb $(awk -F= '/^VERSION_CODENAME/{print$2}' /etc/os-release) main" | sudo tee /etc/apt/sources.list.d/adoptium.list
    3. Install the Temurin version you require

    4. Configure the default version
      Add java config script to .bashrc
      and add script to .bashrc to update java home variable after switch

    5. Update bash to use new .bashrc

    6.  

  4. Install Atlas SDK https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/
    On a Debian-based Linux system like Ubuntu, you can install the SDK using apt-get or aptitude:

    1. First, set up the Atlassian SDK repositories:

    2. Download the public key using curl or wget:

    3. Add the public key to apt to verify the package signatures automatically:

    4. Then, run the install:

    5. Next: Verify that you have set up the SDK correctly

  1. Install NVM

  2. Install Node 18

  3. To verify

  4.  

 

  1.  

  2. aqwe

     

 

 

 

 

Create new account

Always use users account before installing anything below

 

On windows
Using below youtube video for video related settings

https://www.youtube.com/watch?v=WrJVlIrutow

 

Update windows

Go to system settings to update. Reduces the hindrance.

 

Stop windows from hindering installations (Run as admin - powershell)

 

Install Ubuntu

Run power-shell as administrator.

Use vamhi as account name.

Go to settings → update → Advanced → Turn on “Receive updates for other Microsoft products”.

Check for updates again.

 

Install winget

Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe

To search for commands go to winget.run

 

Install Git

 

Install Java

 

Install Visual Studio Code

 

Install IntelliJ Idea

(Link)

 

Install Atlas-sdk

Verify java installation by running java -version before installing atlas-sdk.

https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-windows-system/

 

On ubuntu
Install Java

ctrl + f => Linux RPM and DEB installer packages

  1. Check ubuntu codename

  1. $ sudo apt-get install wget apt-transport-https gnupg

  2. $ wget -qO - | sudo apt-key add -

  3. $ echo "deb focal main" | sudo tee /etc/apt/sources.list.d/adoptopenjdk.list

  4. $ sudo apt-get update

  5. $ sudo apt-cache search adoptopenjdk

  6. Select your version number, see reference link above for available version number
    I'll be using version 8 so the command would be:
    sudo apt-get install adoptopenjdk-8-hotspot

  1. Check java if exising

  • Output should be same as below

 

Install Atlas-sdk

On a Debian-based Linux system like Ubuntu, you can install the SDK using apt-get or aptitude:

  1. First, set up the Atlassian SDK repositories:

  2. Download the public key using curl or wget:

  3. Add the public key to apt to verify the package signatures automatically:

  4. Then, run the install:

  5. Next: Verify that you have set up the SDK correctly

 

Install NVM

 

Install Node 18

To verify