n8n
Install
# install CLI (one-time)
pnpm add -g n8n@next
# to update to latest version
pnpm update -g n8n@next Start
# for first time
docker compose --profile first-time-only up
# for next time
docker compose up
# if you want to ssh to n8n container
docker compose exec -it n8n shTo Stop
Configuration
For Mac users running OLLAMA locally
Usage
n8n cli
credentials
workflow
security audit
Reference
Last updated