Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-09-22 19:00:23 -04:00
parent 467bd9de25
commit 8faf24ec9e
1 changed files with 0 additions and 36 deletions

View File

@ -48,12 +48,6 @@ In a terminal window, navigate to the `order-processor` directory.
cd state_management/python/sdk/order-processor
```
Install the dependencies:
```bash
pip3 install -r requirements.txt
```
Run the `order-processor` service alongside a Dapr sidecar using [Multi-App Run]({{< ref multi-app-dapr-run >}}).
```bash
@ -176,17 +170,6 @@ In a terminal window, navigate to the `order-processor` directory.
cd state_management/javascript/sdk/order-processor
```
Install dependencies, which will include the `@dapr/dapr` package from the JavaScript SDK:
```bash
npm install
```
Verify you have the following files included in the service directory:
- `package.json`
- `package-lock.json`
Run the `order-processor` service alongside a Dapr sidecar.
```bash
@ -313,13 +296,6 @@ In a terminal window, navigate to the `order-processor` directory.
cd state_management/csharp/sdk/order-processor
```
Recall NuGet packages:
```bash
dotnet restore
dotnet build
```
Run the `order-processor` service alongside a Dapr sidecar.
```bash
@ -447,12 +423,6 @@ In a terminal window, navigate to the `order-processor` directory.
cd state_management/java/sdk/order-processor
```
Install the dependencies:
```bash
mvn clean install
```
Run the `order-processor` service alongside a Dapr sidecar.
```bash
@ -580,12 +550,6 @@ In a terminal window, navigate to the `order-processor` directory.
cd state_management/go/sdk/order-processor
```
Install the dependencies and build the application:
```bash
go build .
```
Run the `order-processor` service alongside a Dapr sidecar.
```bash