zuri

Zuri specific nodes for n8n.

Documentation

n8n-nodes-zuri

Adding Zuri specific nodes for

  • BrainTree
  • CoreSense
  • CyberSource
  • Houzz
  • Magento 2 Commerce (Zuri Magento 2)
  • NetSuite
  • ZuriTCV

My local build

Install npm/node(/nvm if needed) in home directory
Install n8n

nvm install 17.9.0
npm install n8n

clone the repo to get your local build
in your local project:

npm install
npm build
npm link
cd ~/node_modules/
export NODE_OPTIONS=--openssl-legacy-provider
export N8N_LOG_LEVEL=debug
export N8N_LOG_OUTPUT=console,file
export N8N_LOG_FILE_LOCATION=~/n8n.log
export EXECUTIONS_PROCESS=main

link your module project to your n8n install

npm link n8n-nodes-zuri
npm install n8n-nodes-zuri

Start local n8n to test

~/node_modules/n8n/bin/n8n start

Production deployment:

  • Make sure version number is correctly updated
npm publish
  • ssh to production server
cd ~/node_modules
sudo npm upgrade n8n-nodes-zuri
  or
sudo npm install [email protected]
sudo pm2 restart n8n
sudo pm2 ps
  or
sudo pm2 status n8n

License

Apache 2.0 with Commons Clause

Discussion