Differences

This shows you the differences between two versions of the page.

Link to this comparison view

hellohome:setup [2021/12/28 19:52] – created vdesmedthellohome:setup [2021/12/28 21:42] (current) – [Upgrade HelloHome Central] vdesmedt
Line 8: Line 8:
 sudo systemctl stop HelloHomeCentralHub.service sudo systemctl stop HelloHomeCentralHub.service
 dotnet build -c Release -r linux-arm -o ~/HHCentralPublished/ dotnet build -c Release -r linux-arm -o ~/HHCentralPublished/
 +dotnet ef database update --project HelloHome.Central.Repository/
 sudo systemctl start HelloHomeCentralHub.service sudo systemctl start HelloHomeCentralHub.service
 </code> </code>