Skip to content

Commit

Permalink
fix: Address feedback on support scheduler refactor (#1274)
Browse files Browse the repository at this point in the history
* docs: Fix titles for support scheduler

Signed-off-by: Elizabeth J Lee <elizabeth.j.lee@intel.com>
  • Loading branch information
ejlee3 authored Oct 31, 2023
1 parent 0958cff commit d7f7762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs_src/microservices/core/data/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The simplest way to run all the required services is to use the [Compose Builder

3. Run the services
```
make run no-secty
make run no-secty ds-virtual
```
This runs, in non-secure mode, all the standard EdgeX services, including core-data, along with the Device Virtual.
Core Data will use the Redis database as its datastore.
Expand All @@ -34,7 +34,7 @@ The simplest way to run all the required services is to use the [Compose Builder

3. Generate a compose file
```
make gen no-secty
make gen no-secty ds-virtual
```
4. Remove core-data from the compose file and resolve any depends on for core-data.
5. Run the compose file.
Expand Down
8 changes: 4 additions & 4 deletions docs_src/microservices/support/scheduler/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Support Scheduler - Getting Started
Support Scheduler is one of the core EdgeX Services. It is needed for applications that require actions to occur on specific intervals.
For solutions that do not require regular actions, it is possible to use the EdgeX framework without support scheduler.

## Running Services with Support Notifications
## Running Services with Support Scheduler

The simplest way to run all the required services is to use the [Compose Builder](https://github.com/edgexfoundry/edgex-compose/tree/{{edgexversion}}/compose-builder) tool from a terminal window.

Expand All @@ -17,18 +17,18 @@ The simplest way to run all the required services is to use the [Compose Builder

3. Run the services
```
make run no-secty
make run no-secty ds-virtual
```
This runs, in non-secure mode, all the standard EdgeX services, including support scheduler, along with the Device Virtual.

## Running Services without Core Data
## Running Services without Support Scheduler
The simplest way to run all the required services is to use the [Compose Builder](https://github.com/edgexfoundry/edgex-compose/tree/{{edgexversion}}/compose-builder) tool from a terminal window.

1. Clone [https://github.com/edgexfoundry/edgex-compose/tree/{{edgexversion}}](https://github.com/edgexfoundry/edgex-compose/tree/{{edgexversion}})
2. Change to the **compose-builder** folder
3. Generate a compose file
```
make gen no-secty
make gen no-secty ds-virtual
```
4. Remove support-scheduler from the compose file and resolve any depends on for support scheduler.
5. Run the compose file.
Expand Down

0 comments on commit d7f7762

Please sign in to comment.