UP | HOME
Ravi Sagar | Home | Blog

Setup Forge on Arch Linux

Table of Contents

1 Install Node and NPM

sudo pacman -Syy
sudo pacman -S nodejs npm

2 Install Forge CLI

sudo npm install -g @forge/cli

3 Install Docker

sudo pacman -S docker

4 Install VS Code

sudo pacman -S code

5 Atlassian API token

5.1 Generate the token

Go to https://id.atlassian.com/manage/api-tokens and generate a token for yourself.

5.2 Login to Forge CLI

forge login

Use the email you used to generate the token and enter the token to authenticate.

6 Set Atlassian cloud developer site

You would need a developer site as well which you can generate from http://go.atlassian.com/cloud-dev All set :)

7 Next