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/ToolJetor
Install via npx
npx @hexmos/ipm i ToolJet/ToolJetPrerequisites
Python
languageVersion: >=3.6.0
Node.js
package_managerVersion: >=14.18.0
npm
package_managerVersion: 12.19.0
Docker
system_toolFor containerization and deployment.
PostgreSQL
system_packageGit
knowledgeFor 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-latestPost 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.
