Build guide
penguinwithpants opened this issue · 3 comments
penguinwithpants commented
A guide to build and run the server would be very helpful, I've tried running src/Presentation
in Visual Studio and it throws an error:
Microsoft.Data.Sqlite.SqliteException: 'SQLite Error 1: 'no such table: AspNetUsers'.'
I don't know what to try beyond that as I've never worked with SQLite or ASP.NET.
zlian1758 commented
Adding a Dockerfile would be great.
DavidLazarescu commented
We'll add a Dockerfile soon, thanks for the feedback.
DavidLazarescu commented
I have added a build guide in the last commit e74b1a2.
A Dockerfile is not necessary anymore, since we do not depend on sqlite or similar anymore. The only thing needed is the appropriate .NET runtime.