You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Defang Opinionated Platform (DOP) is a radically simpler way to build, deploy, and optimize production-ready cloud apps.
3
+
# Defang
4
+
Defang is a radically simpler way for developers to create, deploy, and manage cloud applications.
5
+
5
6
This repo includes:
6
7
* Public releases of the Defang CLI; [click here](https://github.com/defang-io/defang/releases/latest/) for the latest version
7
8
* Samples in Golang, Python, and Node.js that show how to accomplish various tasks and deploy them to the DOP using a Docker Compose file using the Defang CLI.
8
9
* Samples that show how to deploy an app using the [Defang Pulumi Provider](https://github.com/defang-io/pulumi-defang).
9
10
10
11
## Getting started
11
-
* Read our [Terms of Service](https://defang.io/terms-service.html)
12
-
* Install the Defang CLI from one of the following sources:
13
-
* Using the [Homebrew package manager](https://brew.sh): `brew install defang-io/defang/defang`
14
-
* Using [Go](https://go.dev): `go install github.com/defang-io/defang/src/cmd/cli@latest`
15
-
* Using the [Nix package manager](https://nixos.org):
16
-
* with Nix-Env: `nix-env -if https://github.com/defang-io/defang/archive/main.tar.gz`
17
-
* or with Flakes: `nix profile install github:defang-io/defang#defang-bin --refresh`
18
-
* Download the [latest binary](https://github.com/defang-io/defang/releases/latest/) of the Defang CLI. For this beta, MacOS users will have to explicitly allow running of downloaded programs in the OS security settings.
* Download the [latest binary](https://github.com/defang-io/defang/releases/latest/) of the Defang CLI. For this beta, MacOS users will have to explicitly allow running of downloaded programs in the OS security settings.
42
+
23
43
## Support
24
44
* File any issues [right here on GitHub](https://github.com/defang-io/defang/issues)
0 commit comments