revenz / Fenrus

A personal home page for quick access to all your personal apps/sites.
MIT License
505 stars 29 forks source link

docker free install? #218

Open KoRn0509 opened 4 months ago

KoRn0509 commented 4 months ago

Hi Revenz, Would you have a way to install same on ubuntu without docker? Thanks

revenz commented 4 months ago

clone the code then build the code using dotnet command line, and then run the build from the build directory using dotnet Fenrus.dll

KoRn0509 commented 4 months ago

Thanks for the answer. Can you provide a complete list of commands for Ubuntu 22. Thanks