Report Bug · Request Feature · Join Our Slack · Twitter
The Daytona Enterprise Demo is a resource limited, single-node deployment of Daytona's enterprise offering. This allows you to experience the capabilities of Daytona Enterprise, demonstrating how it can streamline Development Environment Management (DEM) within your organization.
Important
The information in this repository does not apply to the Daytona open source project. Please refer to daytonaio/daytona
for information on setting up the Daytona open source project.
Important
After the installation and setup process is complete, you will need a license to use Daytona Enterprise Demo. Currently, you can obtain a license by sending a request to servicedesk@daytona.io.
- An x86_64 Linux host operating system with minimum specs:
- 4-core CPU
- 16GB RAM
- 250GB disk
- Accessible TCP ports 80, 443, and 30000
- A registered domain with the following DNS records:
<domain> IN A host.ip
*.<domain> IN A host.ip
- An OAuth application with a supported identity provider (GitHub, GitLab, Bitbucket) configured with the following values:
- Homepage URL:
https://<domain>
- Authorization callback URL:
https://id.<domain>
- Homepage URL:
Note
The deployment script has been officially tested on:
- Ubuntu 22.04, Ubuntu 23.04
- Debian 12
- Fedora 40
If you need access to the Kubernetes cluster, ensure TCP port 6443 is open.
Tip
For information on setting up an OAuth application, visit the corresponding documentation for your provider:
The setup script installs the following tools/packages on your host:
- K3s: A lightweight Kubernetes distribution
- kubectl: Command-line tool for interacting with Kubernetes clusters (included with K3s)
- Helm: The package manager for Kubernetes
- jq: Command-line JSON processor
- curl: Command-line tool for transferring data using various protocols
You can deploy Daytona Enterprise Demo either by using the guided method or by setting the URL environment variable.
- Clone this repository to the host machine and run the script:
git clone https://github.com/daytonaio/enterprise-demo cd enterprise-demo ./setup.sh
-
Clone this repository to the host machine and run the script by setting the URL directly:
git clone https://github.com/daytonaio/enterprise-demo cd enterprise-demo URL="daytona.example.com" ./setup.sh
-
Follow the instructions output by the script to configure required DNS records.
You can update an existing deployment of Daytona Enterprise Demo.
- In your clone of this repository, execute the following to incorporate the latest updates:
git pull origin
- Follow either the Guided Deployment or Using Environment Variables procedure using the same variables.
You can remove a deployed version of Daytona Enterprise Demo from the host machine. This procedure allows you to redeploy the demo from scratch using the Guided Deployment or Using Environment Variables procedure. It's also useful to reset your host machine to it's previous state before deployment.
- In your clone of this repository, run:
./setup.sh --remove
Environment variable | Required? | Description |
---|---|---|
URL |
Yes | The domain name (<domain> ) used to access Daytona. |
Daytona is licensed under the Elastic License 2.0. If you would like to contribute to the software, you must:
- Read the Developer Certificate of Origin Version 1.1 (https://developercertificate.org/)
- Sign all commits to the Daytona project.
This ensures that users, distributors, and other contributors can rely on all the software related to Daytona being contributed under the terms of the License. No contributions will be accepted without following this process.
This repository contains the Daytona Enterprise Demo installer, covered under the Elastic License 2.0, except where noted (any Daytona logos or trademarks are not covered under the Elastic License, and should be explicitly noted by a LICENSE file.)
Others are allowed to make their own distribution of the software in this repository under the license, but they cannot use any of the Daytona trademarks, cloud services, etc.
We explicitly grant permission for you to make a build that includes our trademarks while developing Daytona itself. You may not publish or share the build, and you may not use that build to run Daytona for any other purpose.
This project has adapted the Code of Conduct from the Contributor Covenant. For more information see the Code of Conduct or contact codeofconduct@daytona.io. with any additional questions or comments.
For more information on how to use and develop Daytona, talk to us on Slack.