mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
* [docs]harperdb nosql * [docs]new operations in dynamodb * [docs] minor changes in dynamodb * [docs]redis revamp with encode-decode * [docs]azure blob gds * [docs]graphql authentication type udpate * [docs]added v2.12.0 * minor fix in how to use inspector * minor fix in pdf&filepicker
1.4 KiB
1.4 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 \
--name tooljet \
--restart unless-stopped \
-p 80:80 \
-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
--envor--env-fileflag to test against various env configurables mentioned here. - Use
docker stop tooljetto stop the container anddocker start tooljetto start the container thereafter.
On Play with docker
You can deploy ToolJet on PWD for free with the one-click-deployment button below.
Setup information
- Open port 80 after the docker containers are up and running
- Visit the url shared on the dashboard to try out tooljet