Skip to content

Commit d94ec89

Browse files
committed
rename folders and README updates
1 parent 7bc6a1e commit d94ec89

30 files changed

+45
-39
lines changed
File renamed without changes.

samples/nodejs/svelte/README.md renamed to samples/nodejs/svelte-mysql/README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ This sample project demonstrates how to deploy a full-stack application using Sv
44

55
## NOTE
66

7-
This sample showcases how you could deploy a full-stack application with Defang and Django. However, it deploys postgres as a defang service. Defang [services](https://12factor.net/processes) are ephemeral and should not be used to run stateful workloads in production as they will be reset on every deployment. For production use cases you should use a managed database like RDS, Aiven, or others. In the future, Defang will help you provision and connect to managed databases.
7+
This sample showcases how you could deploy a full-stack application with Defang and Svelte and NodeJS. However, it deploys mysql db as a defang service. Defang [services](https://12factor.net/processes) are ephemeral and should not be used to run stateful workloads in production as they will be reset on every deployment. For production use cases you should use a managed database like RDS, Aiven, or others. In the future, Defang will help you provision and connect to managed databases.
88

9-
## Prerequisites
9+
## Essential Setup Files
1010

11-
1. Download <a href="https://github.com/defang-io/defang">Defang CLI</a>
12-
2. (optional) If you are using <a href="https://docs.defang.io/docs/concepts/defang-byoc">Defang BYOC</a>, make sure you have properly <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">authenticated your AWS account</a>.
13-
3. (development)<a href = "https://docs.docker.com/engine/install/">Docker CLI</a>
14-
4. <a href = https://nodejs.org/en/download/package-manager> NodeJS</a>
11+
1. Download [Defang CLI] (https://github.com/defang-io/defang)
12+
2. (optional) If you are using [Defang BYOC] (https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) authenticated your AWS account.
13+
3. (optional for local development) [Docker CLI] (https://docs.docker.com/engine/install/)
14+
15+
## Prerequisite
16+
17+
1. Download [Defang CLI] (https://github.com/defang-io/defang)
18+
2. (optional) If you are using [Defang BYOC](https://docs.defang.io/docs/concepts/defang-byoc) make sure you have properly
19+
3. [Docker CLI] (https://docs.docker.com/engine/install/)
20+
4. [NodeJS] (https://nodejs.org/en/download/package-manager)
1521

1622
## Development
1723

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)