Librum-Reader / Librum-Server

The Librum server
https://librumreader.com
GNU Affero General Public License v3.0
302 stars 22 forks source link

Build guide #1

Closed penguinwithpants closed 1 year ago

penguinwithpants commented 2 years ago

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 2 years ago

Adding a Dockerfile would be great.

DavidLazarescu commented 2 years ago

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

DavidLazarescu commented 1 year ago

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.