logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install ToolJet/ToolJet. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

ToolJet/ToolJet Installation Guide

How to install ToolJet/ToolJet. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for ToolJet/ToolJet. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i ToolJet/ToolJet
or

Install via npx

npx @hexmos/ipm i ToolJet/ToolJet

Prerequisites

Python

language

Version: >=3.6.0

Node.js

package_manager

Version: >=14.18.0

npm

package_manager

Version: 12.19.0

Docker

system_tool

For containerization and deployment.

PostgreSQL

system_package

Git

knowledge

For version control and collaboration.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

docker run \
  --name tooljet \
  --restart unless-stopped \
  -p 80:80 \
  --platform linux/amd64 \
  -v tooljet_data:/var/lib/postgresql/13/main \
  tooljet/try:ee-lts-latest

Post Installation Steps

  • Start the ToolJet server using the command: `npm run start`.
  • If you're using a database, connect to it and run any necessary migrations. You can find instructions in the database section of the documentation.
  • Access the ToolJet UI by visiting your domain or IP address (e.g., http://localhost:8080). You should see the default dashboard.