Librum-Reader/Librum-Server

Build guide

penguinwithpants opened this issue · 3 comments

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.

Adding a Dockerfile would be great.

We'll add a Dockerfile soon, thanks for the feedback.

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.