Skip to content
@drzled

The Drzl CLI

Powerful CLI for deploying web applications in any environment.

πŸš€ Welcome to Drzl!

Drzl (pronounced /driΒ·zl/ , like "drizzle") enables effortless deployment of web apps anywhere, leveraging Docker and Traefik for seamless transitions and zero downtime. Compatible with your preferred hosting environments, Drzl works flawlessly across multiple hosts, supporting any containerized web applications.

🌐 Find Us

Explore the Drzl documentation and find more resources to kickstart your deployment journey:

πŸ™Œ Get Involved

Drzl is an open-source project and we welcome contributions from the community. If you're interested in getting involved, here's how you can contribute:

πŸš€ Quick Start

To get started with Drzl, follow these steps:

  1. Install Drzl on your local machine using the following command:
composer global require "drzled/drzl"
  1. Make sure Composer's global bin directory is added to your system's PATH variable, so you can run Drzl from anywhere:
  • For Unix-like systems (Linux, macOS, etc.), add the following line to your ~/.bashrc, ~/.zshrc, or similar file:
export PATH="$PATH:$HOME/.composer/vendor/bin"
  • For Windows systems, add the Composer's global bin directory to your PATH variable manually.
  1. Configure the deployment options by running the following command from your project's root folder:
drzl init

The command will create a directory called .drzl which will contain a manifest.yml file with all the required settings that need to deploy your app.

  1. Deploy your web app anywhere with a single command:
drzl deploy

That's it! Your web app will be deployed using Docker, ensuring zero downtime and hassle-free deployments.

🍿 Fun Fact

Did you know that the Drzl team starts their mornings with a cup of virtual coffee while coding away? β˜•οΈ

Enjoy using Dzl and happy deploying! πŸš€

Popular repositories

  1. drzl drzl Public

    zero-friction containerized applications development

    PHP 2

  2. .github .github Public

    Source code of the default community health files for the Drzl organization.

Repositories

Showing 2 of 2 repositories
  • drzl Public

    zero-friction containerized applications development

    PHP 2 0 1 1 Updated Jul 31, 2023
  • .github Public

    Source code of the default community health files for the Drzl organization.

    0 0 0 0 Updated Jun 2, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…