Skip to content

Commit

Permalink
Merge pull request #79 from temporalio/document-required-tools
Browse files Browse the repository at this point in the history
Mention/link to software required to run the OMS
  • Loading branch information
tomwheeler authored Sep 16, 2024
2 parents d6d5ee5 + 27537db commit 142df11
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ repository to your machine and follow the steps below. Unless otherwise
noted, you should execute the commands from the root directory of your
clone.

### Required Software
You will need [Go](https://go.dev/) to run the core OMS application,
the [Temporal CLI](https://docs.temporal.io/cli#install) to run the
Temporal Service locally, plus [Node.js](https://nodejs.org/) and
the [pnpm](https://pnpm.io/) package manager to run the OMS web
application.


### Start the Temporal Service
Run the following command in your terminal:

Expand Down
7 changes: 7 additions & 0 deletions docs/run-local-cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Temporal Service provided by the `temporal server start-dev`
command. This is an expanded version of the instructions found
in the _Quickstart_ section of the top-level README file.

### Required Software
You will need [Go](https://go.dev/) to run the core OMS application,
the [Temporal CLI](https://docs.temporal.io/cli#install) to run the
Temporal Service locally, plus [Node.js](https://nodejs.org/) and
the [pnpm](https://pnpm.io/) package manager to run the OMS web
application.


### Start the Temporal Service

Expand Down

0 comments on commit 142df11

Please sign in to comment.