Giter VIP home page Giter VIP logo

n8n-update's Introduction

Deploy N8N on Scalingo

One-click deployment

Run your own N8N instance with one click.

Deploy

Steps to deploy N8N manually

  1. Create an application on Scalingo
scalingo create my-n8n
  1. Add a PostgreSQL for the internal usage of n8n
scalingo -a my-n8n addons-add postgresql postgresql-starter-512
  1. Configure n8n to perform store its internal data in PostgreSQL
scalingo -a my-n8n env-set 'DB_POSTGRESDB_DATABASE=xxx'
scalingo -a my-n8n env-set 'DB_POSTGRESDB_HOST=xxx.postgresql.dbs.scalingo.com'
scalingo -a my-n8n env-set 'DB_POSTGRESDB_PASSWORD=xxx'
scalingo -a my-n8n env-set 'DB_POSTGRESDB_PORT=xxx'
scalingo -a my-n8n env-set 'DB_POSTGRESDB_USER=xxx'
scalingo -a my-n8n env-set 'DB_TYPE=postgresdb'
  1. Add some needed configuration for N8N

Tell N8N to listen on the port provided by Scalingo.

scalingo -a my-n8n env-set 'N8N_PORT=$PORT'

Define an encryption key used to encrypt credentials before storing them in the database.

scalingo -a my-n8n env-set 'N8N_ENCRYPTION_KEY=<A RANDOM STRING>'
  1. Clone this repository
git clone https://github.com/Scalingo/n8n-scalingo
  1. Configure GIT
cd n8n-scalingo
scalingo -a my-n8n git-setup
  1. Deploy the application
git push scalingo master

n8n-update's People

Contributors

axlpriv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.