Skip to content

Commit

Permalink
update doc (#2264)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
  • Loading branch information
Danieladu and cwhitten authored Mar 20, 2020
1 parent 5d5d114 commit be6f928
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions docs/Deploying-Composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,9 @@ This command builds the Composer app. The build process can take few minutes.
```
yarn start
```
This command starts the Composer authoring application and the CSharp Bot runtime.

To use Composer, open a browser and navigate to http://localhost:3000

#### Run the Bot Project

To test the bot you are creating using the Composer you need to run the Bot Project that comes with the Composer.

Open a new terminal window. Navigate to the Bot Framework Composer repo. In the repo, navigate to the **BotProject\CSharp** folder. Run the following command:
```
dotnet run
```
This will build and run a Bot Framework bot that the Composer connects to.

The bot is running on http://localhost:3979/api/messages.
This command starts the Composer authoring application and the CSharp Bot runtime which is running on http://localhost:3979/api/messages.

To use Composer, open a browser and navigate to http://localhost:3000

Alternatively you can use one command to start both the Composer and the Bot runtime
```
Expand Down

0 comments on commit be6f928

Please sign in to comment.