Created
July 2, 2025 17:22
-
-
Save antoniocampos/c18580e4242fa2024b8c4ede5765a587 to your computer and use it in GitHub Desktop.
Ubuntu fresh install install n8n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install curl | |
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash - | |
apt-get install -y nodejs npm | |
npm install n8n -g | |
n8n start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment