添加一键启动脚本
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Hua.Abp.Demo
|
||||
# Hua.Abp.Demo
|
||||
|
||||
## About this solution
|
||||
|
||||
@@ -20,6 +20,16 @@ The solution comes with a default configuration that works out of the box. Howev
|
||||
* Run `abp install-libs` command on your solution folder to install client-side package dependencies. This step is automatically done when you create a new solution, if you didn't especially disabled it. However, you should run it yourself if you have first cloned this solution from your source control, or added a new client-side package dependency to your solution.
|
||||
* Run `Hua.Abp.Demo.DbMigrator` to create the initial database. This step is also automatically done when you create a new solution, if you didn't especially disabled it. This should be done in the first run. It is also needed if a new database migration is added to the solution later.
|
||||
|
||||
### Quick Start (One-click Run)
|
||||
|
||||
We have provided a convenient PowerShell script to start both the Backend (HttpApi.Host) and Frontend (Angular) services simultaneously in separate windows.
|
||||
|
||||
Run the following command in the solution root directory:
|
||||
|
||||
```powershell
|
||||
.\run-dev.ps1
|
||||
```
|
||||
|
||||
#### Generating a Signing Certificate
|
||||
|
||||
In the production environment, you need to use a production signing certificate. ABP Framework sets up signing and encryption certificates in your application and expects an `openiddict.pfx` file in your application.
|
||||
|
||||
Reference in New Issue
Block a user