From 3b5d483a437d58283b364c714cd34627dec15bec Mon Sep 17 00:00:00 2001 From: angelazhou32 Date: Tue, 23 Apr 2024 14:55:20 -0400 Subject: [PATCH] adds start server note in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 690cc23..6bf05da 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ training course. It's important to remember that the example code used in this course was designed to support learning a specific aspect of Temporal, not to serve as a ready-to-use template for implementing a production system. +For the exercises, make sure to run `temporal server start-dev --ui-port 8080 --db-filename clusterdata.db` in one terminal to start the Temporal server. For more details on this command, please refer to the `Setting up a Local Development Environment` chapter in the course. Note: If you're using the Gitpod environment to run this exercise, you can skip this step. + ## Hands-On Exercises Directory Name | Exercise