Librum-Server icon indicating copy to clipboard operation
Librum-Server copied to clipboard

Build guide

Open penguinwithpants opened this issue 3 years ago • 2 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.

penguinwithpants avatar Aug 11 '22 19:08 penguinwithpants

Adding a Dockerfile would be great.

zlian1758 avatar Aug 13 '22 03:08 zlian1758

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

DavidLazarescu avatar Sep 13 '22 17:09 DavidLazarescu

I have added a build guide in the last commit e74b1a294a7860049d2e77995ba02772bbcc2a61. 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.

DavidLazarescu avatar Apr 05 '23 10:04 DavidLazarescu