- Install nala in Debian 12
1
|
sudo apt install nala -y
|
- Install nodejs and npm
1
2
3
|
sudo nala install nodejs npm -y
# or
sudo apt install nodejs npm -y
|
- Check versions
1
2
|
nodejs --version
npm --version
|
- Run n8n
- To run n8n in the background install screen
1
|
sudo nala install screen -y
|
- Run screen
- Run n8n
- Detach screen session with the below combination:
ctrl+a and ctrl+d #to detach
- Reattach screen session with the below command:
- Check the IP address of the machine where n8n is running with the below command:
-
Login in your web browser using the URL schema: http://IP_addresss:5678 (5678 is a port).
-
Follow the video tutorial to see how to import and run the flow in n8n.