Philipp Häfelfinger
f29cb9d373
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
22 lines
579 B
Markdown
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 |