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 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
https://gist.github.com/caisback/a3ebf219b78d4f28df914a412d3f6ebb

Install Eclipse Temurinā„¢ | Adoptium 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 - JFrog Landing | sudo apt-key add -

  3. $ echo "deb JFrog Landing 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

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

Ā 

Install NVM

Ā 

Install Node 18

To verify

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html' is unknown.