Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 984 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 984 Bytes

Rack

This application allows users to send documents to one another, in a different fashion as when using the workspace app.

Setup

Add to your ent-core springboard configuration file the following lines :
(you might want to change certain fields like port n° & mode)

"name": "fr.wseduc~rack~0.1-SNAPSHOT",
"config": {
    "main" : "fr.wseduc.rack.Rack",
    "port" : 8026,
    "app-name" : "Rack",
    "app-address" : "/rack",
    "app-icon" : "rack-large",
    "app-displayName" : "Rack",
    "mode": "dev",
    "integration-mode" : "HTTP",
    "app-registry.port" : 8012,
    "entcore.port" : 8090,
    "auto-redeploy": true
}

Optional :

gridfs-address : grisfs persistor bus address (default : "wse.gridfs.persistor")
alertStorage : value in percent, threshold at which the user will be notified when free space is now (default : 80)
image-resizer-address : image resizer module bus address (default : "wse.image.resizer")