본문 바로가기
Engineering

[자동화] 무료 자동화 툴 n8n 설치하기

by SPICA910 2024. 12. 11.
반응형

 

자동화의 첫번째 단계로 make.com을 이용해서 사용해보았습니다. 관리가 생각보다 간단했고, 일도 잘 처리되었습니다. 하지만 하고싶은게 늘어나다보니 가격이 문제가 되더군요. 그래서 무료로 설치하고 운용할수 있는 프로그램을 찾아보았습니다. 

 

1. n8n : 

  오픈 소스 자동화 플렛폼입니다. make.com과 같이 시각적인 워크플로우를 통해 기본 동작과 어플리케이션을 연결하는 서비스를 제공합니다. 로컬에 설치를 하는 셀프-호스팅을 하면 무료로 사용이 가능합니다. AI를 이용하여 문서요약, 정보추출, 챗봇, 가상비서, 정보검색 등을 이용할수 있습니다. 

 단, 서비스연결을 추가할수는 있으나 현재까지 제공되는 서비스는 200여개로 make.com이 제공하는 서비스인 1000 개 보다는 상당히 적어 보입니다. 

 

 

2. n8n 설치하기 

 1) n8n은 Docker를 통한 설치와 Node.js를 통한 설치가 있습니다. 오늘은 Docker를 통한 설치를 기반으로 설명하겠습니다. Docker는 아래의 사이트에서 Docker Desktop 을 다운로드 받아 설치를 합니다. 

https://www.docker.com/products/docker-desktop/

 

Docker Desktop: The #1 Containerization Tool for Developers | Docker

Docker Desktop is collaborative containerization software for developers. Get started and download Docker Desktop today on Mac, Windows, or Linux.

www.docker.com

 

 

 

 

2) 설치가 끝나면 윈도우의 CMD를 '관리자 권한으로 열기' 실행하고 n8n 의 Starter Kit 사이트를 들어가서 git에서 프로그램을 가져오는 CMD를 복사합니다. 

https://github.com/n8n-io/self-hosted-ai-starter-kit

 

GitHub - n8n-io/self-hosted-ai-starter-kit: The Self-hosted AI Starter Kit is an open-source template that quickly sets up a loc

The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows. - n...

github.com

 

화면 중간에 보면 설치를 위한 CMD를 확인할수 있습니다. 저의 경우 NotePC에 Nvdia GPU가 있어서 아래의 설정을 사용합니다.  Apple 이나 일반 PC를 위한 CMD도 있습니다. 

 

 

* CMD창에서 Git 명령을 넣었으나  해당 명령이 없다고 하면 아래의 Git 사이트에서 Git을 다운로드 하세요.

https://gitforwindows.org/

 

Git for Windows

Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. Git BASH Git for Windows provides a BA

gitforwindows.org

 

 

 

 

3) 가져온 CMD를 입력하면 아래와 같이 설치가 시작됩니다. 

 

 

4) Docker를 실행합니다. 

 

 

 

5) 서버로 동작이 시작되었으면 http://localhost:5678/setup 을 통해 프로그램으로 진입합니다. 

 

반응형

댓글