ilson- / Cache-FileServer

Seed for sharing files via uid with InterSystems Cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Create new web-application "/fileserver", with dispatch class: Fileserver.Broker

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")

About

Seed for sharing files via uid with InterSystems Cache