hoeyi / Ozym

A web-application for tracking personal finances. Built using Blazor, ASP.NET Core, and Entity Framework Core.
3 stars 0 forks source link

Add installation script / process #251

Open hoeyi opened 3 months ago

hoeyi commented 3 months ago

Is your feature request related to a problem? Please describe.

For demos, we don't want to have to download the source and compile, which will be a time-consuming process. It would be best to have a light-weight installation process that can spin up a Docker app for portability. The user should also be able to do basic configuration steps and data seeding for the database component.

Describe the solution you'd like

The installation process will cover the following:

hoeyi commented 2 months ago

Setting aside second requirement for now.