PiwigoDirectorySync/README.md

22 lines
579 B
Markdown
Raw Permalink Normal View History

2023-08-29 22:30:15 +02:00
# 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