PiwigoDirectorySync/README.md
Philipp Häfelfinger f29cb9d373
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
removes secrets as they are not required for this project
2023-09-13 23:30:03 +02:00

22 lines
579 B
Markdown

# PiwigoDirectorySync
This application synchronizes the local directory structure with piwigo servers.
Each directory level gets created as album or sub album in piwigo.
## Building / tooling
### Restoring dotnet tools
In the root path you may just run the command ``dotnet tool restore`` to install all dotnet tools and extensions used in this project.
### Docker
Build the application and docker image for hosting using docker.
TODO: add some docker build details
### Publish
Build the application for manual installation using publish.
TODO: add some publish details