ToolJet/docs/versioned_docs/version-2.29.0/setup/try-tooljet.md
Karan Rathod 7d4cd6da47
[docs]:app builder 1.5 updates (#8672)
* add getter function and table transformation docs

* add dropdown, number-input, password-input and text-input docs

* [docs] custom parameters for queries

* update docs for revamped components, runJS and runPy functions and sidebar

* change order of properties and other misc changes

* update query panel and other minor fixes

* added version 2.29.0

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2024-02-15 11:51:55 +05:30

1.5 KiB

id title
try-tooljet Try ToolJet

Try ToolJet

On local with Docker

You can run the command below to have ToolJet up and running right away.

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

If you have any questions feel free to join our Slack Community or send us an email at hello@tooljet.com.

Setup information

  • Runs the ToolJet server on the port 80 on your machine.
  • Container has postgres already configured within. All the data will be available in the docker volume tooljet_data.
  • You can make use of --env or --env-file flag to test against various env configurables mentioned here.
  • Use docker stop tooljet to stop the container and docker start tooljet to start the container thereafter.

On Play with docker

You can deploy ToolJet on PWD for free with the one-click-deployment button below.

Try in PWD

Setup information

  • Open port 80 after the docker containers are up and running
  • Visit the url shared on the dashboard to try out tooljet