-
Notifications
You must be signed in to change notification settings - Fork 35
BlazorPublish
Marek Fišera edited this page Nov 8, 2018
·
9 revisions
These are steps to build and deploy Money-Blazor web application to Raspeberry PI.
- Build
Money.UI.Backend
usingdotnet publish -c Release -r linux-arm
.
- Build
Money.UI.Backend
usingdotnet publish -c Release -r linux-arm
. - Copy custom build of
Microsoft.AspNetCore.Blazor.Server
(fixing linux path). - Move content from
bin\Release\netcoreapp2.1\linux-arm\publish\Money.UI.Blazor
(asdist
folder) topublish
folder and delete (empty)Money.UI.Blazor
folder. - Copy
libe_sqlite3.so
(from packageSQLitePCLRaw.bundle_green
).
- Build
Money.UI.Backend
usingdotnet publish -c Release -r linux-arm
. - Copy custom build of
Microsoft.AspNetCore.Blazor.Server
(fixing linux path). - Move content from
bin\Release\netcoreapp2.0\linux-arm\publish\Money.UI.Blazor
(asdist
folder) topublish
folder and delete (empty)Money.UI.Blazor
folder. - Copy
libe_sqlite3.so
(from packageSQLitePCLRaw.bundle_green
).
- Build
Money.UI.Backend
usingdotnet publish -c Release -r linux-arm
. - Copy custom build of
Microsoft.AspNetCore.Blazor.Server
(fixing linux path). - Move content from
bin\Release\netcoreapp2.0\linux-arm\publish\Money.UI.Blazor
(asdist
folder) topublish
folder and delete (empty)Money.UI.Blazor
folder. - Copy
index.html
from normal build (not publish) (as blazor-boot is not replaced when publishing).