2021-03-16 23:59:09 +00:00
|
|
|
# Dagger
|
2020-12-29 18:45:16 -08:00
|
|
|
|
2021-03-29 23:53:38 +00:00
|
|
|
Dagger is a programmable deployment system.
|
2021-01-27 12:08:16 -08:00
|
|
|
|
2021-05-21 15:02:18 -07:00
|
|
|
Using Dagger, software builders can automate the deployment of any application
|
|
|
|
to any infrastructure, in just a few lines of code.
|
2021-03-03 18:09:25 -08:00
|
|
|
|
2021-03-26 17:52:08 -07:00
|
|
|
![image](https://user-images.githubusercontent.com/29565/112705398-d0222980-8e5b-11eb-98b9-32c117a3d606.jpeg)
|
|
|
|
|
2021-03-29 23:53:38 +00:00
|
|
|
The Dagger platform adapts to your application, not the other way around.
|
2021-05-21 15:02:18 -07: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-03 18:09:25 -08:00
|
|
|
|
2021-05-21 15:02:18 -07: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 01:16:15 -08:00
|
|
|
|
2021-05-01 07:37:54 +00:00
|
|
|
## Learn More
|
|
|
|
|
2021-05-21 16:21:57 -04:00
|
|
|
* [Dagger vs. Other Software](docs/vs.md)
|
|
|
|
* [Dagger Programming Guide](docs/programming.md)
|
|
|
|
* [Dagger Operator Manual](docs/operator.md)
|
2021-04-02 05:02:11 +00:00
|
|
|
|
2021-05-01 07:37:54 +00:00
|
|
|
## Download and Install
|
2020-12-30 01:16:15 -08:00
|
|
|
|
2021-05-21 16:21:57 -04:00
|
|
|
* [Install Dagger from source](docs/install.md)
|
2021-05-01 07:37:54 +00:00
|
|
|
* Binary distributions [*coming soon*]
|
2020-12-30 01:16:15 -08:00
|
|
|
|
2021-05-01 07:37:54 +00:00
|
|
|
## Community
|
2021-01-27 12:08:16 -08:00
|
|
|
|
2021-04-07 23:12:38 +00:00
|
|
|
Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord.
|
2021-05-01 07:37:54 +00:00
|
|
|
We welcome beginners and experts alike!
|
|
|
|
|
|
|
|
## Alpha disclaimer
|
|
|
|
|
2021-05-21 15:02:18 -07: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.
|