Toolbox Enterprise Demo
For evaluation purposes, you can try the Toolbox Enterprise Demo package powered by Docker Compose.
note
The Toolbox Enterprise Demo package does not include the IDE Licensing and Code With Me Enterprise components. If you're willing to try them, please reach out to our support team.
Install and launch Docker and Docker Compose on your machine.
Install the Toolbox App version 2.1 or later.
Toolbox Enterprise requires a PostgreSQL database, S3-compatible object storage, and OAuth2-compatible service provider. The demo starts these services for you.
Download the tbe-demo-1.0.13881.202.zip archive from https://download.jetbrains.com/tbe/tbe-demo-1.0.13881.202.zip.
Unpack the ZIP archive to a new installation directory.
Read and accept the license agreement before starting Toolbox Enterprise. You can find the agreement text in the toolbox_user_eap.pdf file in your installation directory.
To accept the agreement, change the value of the
tbe.license.accept
property toeap.v1
in the application-demo.yaml file.Using the command line, navigate to the installation directory.
Deploy the Docker Compose configuration:
docker-compose up
tip
To see the state of the application, run
docker compose ps
in this directory.To stop the application, run
docker compose stop
in this directory.To delete it and clean up, run
docker compose down -v
in this directory.
Open the Toolbox Enterprise Web UI in a browser. The default URL is
http://localhost:8443
.Log in to the Toolbox Enterprise Web UI by clicking Log in to Toolbox Enterprise.
You will be redirected to the Mock Auth interface, a demo implementation of an OAuth2-compatible authentication provider. There, click the Toolbox Admin button to log in as an administrator.
After logging in to Toolbox Enterprise on the Web UI, click Join your organization.
You will be redirected to the Toolbox App.
Click Accept to continue.
On the Welcome to Toolbox Enterprise screen, click Log in.
tip
In a production environment, users need to provide the credentials that they use for authentication via the OAuth2 provider adopted within the organization. Since this is a demo version for product evaluation, you will be redirected to the Mock Auth interface.
In the Mock Auth interface, click the Toolbox Admin button.