Cache-FileServer

Downloads107
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues

What's new in this version

zpm

Cache-FileServer

Seed for sharing files via uid with InterSystems Cache.

Install.

  1. Create new namespace (eg. fileserver) with new database.
  2. Import files (git-clone or download zip-archive).
  3. Compile all files.
  4. Create new web-application "/fileserver", with dispatch class: Fileserver.Broker
  5. Set global ^Settings("user_files_dir") value as a path to directory, which would store user uploaded files.

If installation has been completed successfully, then your server will be available at: http://[server ip]:[server port]/fileserver/files
Test info at: http://[server ip]:[server port]/fileserver/test
Add directory with files to fileserver: do ##class(Fileserver.File).AddDir("Path\to\dir")

IPM installation
zpm "install fileserver"
Rating
5 (1)
Category
Technology Example
Works with
CachéEnsembleInterSystems IRIS
Tags
Info
Version
1.0.3
Last updated
2022-04-08
Repository
Open
License
Link