@@ -72,11 +72,11 @@ You can refer to [this](https://www.lllxy.net/Blog/Detail/ea8c626c-fac4-4a19-85e
72
72
- CoreHome.ReverseProxy
73
73
- appsettings.json
74
74
75
- > The content of appsettings.json in CoreHome.HomePage and CoreHome.Admin is exactly the same, just copy and paste.
75
+ > The content of appsettings.json in ` CoreHome.HomePage ` and ` CoreHome.Admin ` is exactly the same, just copy and paste.
76
76
77
- #### Configure database(appsettings.json) :
77
+ #### Configure database:
78
78
79
- Both CoreHome.HomePage and CoreHome.Admin
79
+ Both CoreHome.HomePage and CoreHome.Admin's ` application.json ` files should be configured.
80
80
81
81
```
82
82
"CoreHome": "server=[host];user id=[user];password=[password];database=corehome"
@@ -107,15 +107,15 @@ Both CoreHome.HomePage and CoreHome.Admin
107
107
108
108
- Visual Studio
109
109
110
- Tools \> Nuget Package Manager \> Package Manager Console
110
+ Tools \-\ > Nuget Package Manager \- \> Package Manager Console
111
111
112
112
``` shell
113
113
Update-Database
114
114
```
115
115
116
116
- Visual Studio Code or CLI
117
117
118
- Execute the following commands in the CoreHome.HomePage and CoreHome.Admin directory.
118
+ Execute the following commands in the ` CoreHome.HomePage ` and ` CoreHome.Admin ` directory.
119
119
120
120
``` shell
121
121
dotnet-ef database update -p ..\C oreHome.Data
@@ -129,7 +129,7 @@ Click `Startup` in Solution Explorer or `Ctrl+F5`.
129
129
130
130
- CLI
131
131
132
- Execute the following commands in the CoreHome.HomePage and CoreHome.Admin directory.
132
+ Execute the following commands in the ` CoreHome.HomePage ` and ` CoreHome.Admin ` directory.
133
133
134
134
``` shell
135
135
dotnet run
@@ -157,7 +157,7 @@ You can use [DockerHome](https://github.com/lixinyang123/DockerHome "DockerHome"
157
157
158
158
[ ![ ReadMe Card] ( https://github-readme-stats.vercel.app/api/pin/?username=lixinyang123&repo=DockerHome )] ( https://github.com/lixinyang123/DockerHome )
159
159
160
- You can use DockerHome to deploy CoreHome, or you can deploy it manually.
160
+ You can use ` DockerHome ` to deploy CoreHome, or you can deploy it manually.
161
161
162
162
> You can refer to [ this] ( https://www.lllxy.net/Blog/Detail/b73acc42-ec42-4151-b108-a680bd1e0c87 ) blog to use DockerHome.
163
163
0 commit comments