Commit bf3d85

2024-04-07 19:56:23 Hargata Softworks: z
getting started.md ..
@@ 24,6 24,15 @@
```
By default the app will start listening at localhost:8080, this port can be configured in the docker-compose file.
+ ### Docker Manual Build(For Advanced Users)
+ 1. Install Docker
+ 2. Clone this repo
+ 3. CHECK culture in .env file, default is en_US, also setup SMTP for user management if you want that.
+ 4. Run docker build -t lubelogger -f Dockerfile .
+ 5. CHECK docker-compose.yml and make sure the mounting directories look correct.
+ 6. If using traefik, use docker-compose.traefik.yml
+ 7. Run docker-compose up
+
## Windows Standalone Executable
Windows Standalone Executables(EXE) are provided, and can be found under assets for the [latest release](https://github.com/hargata/lubelog/releases/latest)
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9