Open sidoruka opened 4 years ago
@ekazachkova @mzueva to build a client
for linux:
npm install
npm run package:linux
# distributives will be located at out/cloud-pipeline-webdav-client-linux-x64
for windows:
npm install
npm run package:win32
# distributives will be located at out/cloud-pipeline-webdav-client-win32-ia32
for macOS:
npm install
npm run package:macos
# distributives will be located at out/cloud-pipeline-webdav-client-darwin-x64
If you build a client for windows platform on non-windows machine, you should pre-install wine.
@sidoruka @NShaforostov @rodichenko Cloud Pipeline File Browser
may be downloaded via /webdav-linux.tar.gz, /webdav-win32.zip, /webdav-win64.zip
paths.
As now we have the "Cloud Pipeline File Browser" application implemented (gui-cloud-pipeline-webdav-client) which can be used a local data storage browser. We'd need to include it into the Cloud Pipeline distribution (in the same manner as the "pipe").
This would greatly simplify the data access from the Windows workstation, which have lots of issues with the native webdav client.