2021-03-17 00:59:09 +01:00
|
|
|
# Dagger
|
2020-12-30 03:45:16 +01:00
|
|
|
|
2021-03-30 01:53:38 +02:00
|
|
|
Dagger is a programmable deployment system.
|
2021-01-27 21:08:16 +01:00
|
|
|
|
2021-05-22 00:02:18 +02:00
|
|
|
Using Dagger, software builders can automate the deployment of any application
|
|
|
|
to any infrastructure, in just a few lines of code.
|
2021-03-04 03:09:25 +01:00
|
|
|
|
2021-03-27 01:52:08 +01:00
|
|
|
![image](https://user-images.githubusercontent.com/29565/112705398-d0222980-8e5b-11eb-98b9-32c117a3d606.jpeg)
|
|
|
|
|
2021-03-30 01:53:38 +02:00
|
|
|
The Dagger platform adapts to your application, not the other way around.
|
2021-05-22 00:02:18 +02:00
|
|
|
Thanks to its ecosystem of reusable packages and flexible scripting system,
|
|
|
|
Dagger can be dropped into any software project without requiring changes to
|
|
|
|
its architecture or workflow. Think of it as your "devops superglu".
|
2021-03-04 03:09:25 +01:00
|
|
|
|
2021-05-22 00:02:18 +02:00
|
|
|
No matter how your deployment works under the hood, you can manage it with the
|
|
|
|
same Dagger user interface. This makes developers more productive, because they
|
|
|
|
don't have to learn a new workflow every time their deployment system changes.
|
2020-12-30 10:16:15 +01:00
|
|
|
|
2021-05-01 09:37:54 +02:00
|
|
|
## Learn More
|
|
|
|
|
2021-05-21 22:21:57 +02:00
|
|
|
* [Dagger vs. Other Software](docs/vs.md)
|
|
|
|
* [Dagger Programming Guide](docs/programming.md)
|
|
|
|
* [Dagger Operator Manual](docs/operator.md)
|
2021-04-02 07:02:11 +02:00
|
|
|
|
2021-05-01 09:37:54 +02:00
|
|
|
## Download and Install
|
2020-12-30 10:16:15 +01:00
|
|
|
|
2021-05-21 22:21:57 +02:00
|
|
|
* [Install Dagger from source](docs/install.md)
|
2021-05-01 09:37:54 +02:00
|
|
|
* Binary distributions [*coming soon*]
|
2020-12-30 10:16:15 +01:00
|
|
|
|
2021-05-01 09:37:54 +02:00
|
|
|
## Community
|
2021-01-27 21:08:16 +01:00
|
|
|
|
2021-04-08 01:12:38 +02:00
|
|
|
Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord.
|
2021-05-01 09:37:54 +02:00
|
|
|
We welcome beginners and experts alike!
|
|
|
|
|
|
|
|
## Alpha disclaimer
|
|
|
|
|
2021-05-22 00:02:18 +02:00
|
|
|
Dagger is *alpha-quality software*. It has many bugs, the user interface is
|
|
|
|
minimal, and it may change in incompatible ways at any time. If you are still
|
|
|
|
willing to try it, thank you! We appreciate your help and encourage you to ask
|
|
|
|
questions and report issues.
|