Skip to content

Commit

Permalink
Merge pull request #21584 from abpframework/EngincanV/update-suite-st…
Browse files Browse the repository at this point in the history
…art-docs

Update suite how-to-start document
  • Loading branch information
enisn authored Dec 10, 2024
2 parents 8fa598a + 7121a0b commit de40d3a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Binary file added docs/en/images/suite-registry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion docs/en/suite/how-to-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,20 @@ abp suite

If you run the ABP Suite with ABP CLI, then it will open in your default browser. Do not close the command line window until you finish your work, otherwise the Suite will not function. When you finish your work, you can return to the command line and press `CTRL+C` to close the Suite.

Remember that, first access to the Suite requires to have an active internet connection, so make sure you are connected to the internet.
Remember that, first access to the Suite requires to have an active internet connection, so make sure you are connected to the internet.

## Starting ABP Suite in Different Port

ABP Suite runs at port 3000 by default. If you want to run the ABP Suite in a different port, you can choose one of the following options:

1. You can pass the `--AbpSuite:ApplicationUrl` commandline parameter to run in a different port:

```bash
abp-suite --AbpSuite:ApplicationUrl="http://localhost:4000"
```

2. Update the `ApplicationUrl` in the _appsettings.json_ file of the dotnet tools directory (_%USERPROFILE%\.dotnet\tools\.store\volo.abp.suite\9.0.0\volo.abp.suite\9.0.0\tools\net9.0\any\appsettings.json_):

![suite-registry](../images/suite-registry.png)

> **Note:** Also, you can use this file to configure ABP Suite options.

0 comments on commit de40d3a

Please sign in to comment.