-
-
Notifications
You must be signed in to change notification settings - Fork 64
Home
Hargata Softworks edited this page Apr 22, 2024
·
10 revisions
This wiki is specifically for developers: those wishing to build LubeLogger on their own and/or contribute to the project, if you're just looking to quickly spin up an instance of LubeLogger, scroll all the way down to "Quick Start Guide"
- .NET 8 SDK
- .NET IDE (Visual Studio / Rider) - Optional, but highly recommended
- Clone the repository
- Open up CarCareTracker.sln in your IDE
- Build solution in IDE
- Clone this repository
- Run
dotnet restore
- Clone this repository
- Run
docker build --build-arg="TARGETARCH=linux/amd64" -t lubelogger -f Dockerfile .
Quick, No Configuration Guide for Spinning Up LubeLogger in Docker
Run the following commands:
docker pull ghcr.io/hargata/lubelogger:latest
curl https://raw.githubusercontent.com/hargata/lubelog/main/.env -o .env
curl https://raw.githubusercontent.com/hargata/lubelog/main/docker-compose.yml -o docker-compose.yml
docker compose up -d