Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 434 Bytes

File metadata and controls

20 lines (15 loc) · 434 Bytes

Setup

Development

  1. Update all dependencies with NuGet:
Right click on Solution > Manage all NuGet Packages for Solution... > Updates > Update
  1. Migrate the database:
Ctrl+Q > type "Package Manager Console" > Update-Database -ProjectName Uheer.Data -Force

Production

Amazon credentials and ssh keys are required.*

Right click on Uheer project > Publish > Select "Relase" configuration > Publish