This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
trainav/README.md
2021-06-13 11:00:19 +02:00

19 lines
692 B
Markdown

# bahnplan.web or DBNav2
- Copy database.db.example to database.db
- Generate a random string (or use something else) and save it to regkey.txt to allow registrations
## DISCLAIMER
- This is very early alpha
- Stuff WILL break
- I am not responsible if some DB guy comes knocking on your doorstep if you use this or this software creates any kind of other damages
- Most importantly: have fun.
## Development / testing requirements
- .NET Core SDK (version 5.0 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 5,0 or higher; arch package `aspnet-runtime`)
- Redis instance running on localhost
- `cd bahnplan.web`
- `cp database.db.example database.db`
- `dotnet run`