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
Copy file name to clipboardExpand all lines: samples/angular-express/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This sample showcases how you could deploy a full-stack application with Angular
31
31
32
32
For development, we use two local containers, one for the frontend Angular service and one for the backend service in Express. It also uses Caddy as a web server for serving static files. To run the sample locally after cloning the repository, you can run on Docker by doing:
Copy file name to clipboardExpand all lines: samples/csharp-dotnet/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This sample showcases how you could deploy a full-stack application with ASP.NET
30
30
31
31
For development, we use two local containers, one for the frontend service and one for the backend service in ASP.NET Core. It also uses Caddy as a web server for serving static files. To run the sample locally after cloning the repository, you can run on Docker by doing:
Deploy your application to the Defang Playground by opening up your terminal and typing:
30
+
```bash
31
+
defang compose up
32
+
```
33
+
34
+
### BYOC (AWS)
35
+
36
+
If you want to deploy to your own cloud account, you can use Defang BYOC:
37
+
38
+
1.[Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and check that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
39
+
2. Run in a terminal that has access to your AWS environment variables:
40
+
```bash
41
+
defang --provider=aws compose up
42
+
```
27
43
---
28
44
29
45
Title: HTML & CSS & JavaScript
@@ -32,4 +48,4 @@ Short Description: A simple HTML + CSS + JavaScript website running on Defang.
0 commit comments