mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* add: docs for v2.43.0 * fix: broken links * update: database editor based on feedback * update: next * update: querying tjdb with fk * move available-actions below create fk * update: foreign key actions
1.1 KiB
1.1 KiB
| id | title |
|---|---|
| windows | Windows |
To run ToolJet, please install it in an Ubuntu environment using Windows Subsystem for Linux 2. You can obtain the Ubuntu environment from the Microsoft Store by visiting this link.
After successfully installing the Ubuntu environment, you will have access to a terminal window similar to the one shown below:
:::warning If you are setting up ToolJet on a Windows machine, ensure that the line endings in the .env file are changed to LF. By default, they may be set to CRLF, which is not compatible unless configured specifically for Windows machines. :::
Once the environment is set up, you can proceed with the steps outlined in the Ubuntu documentation at Contributing Guide - Ubuntu Setup.