Skip to content
/ rack Public

Rack application is a digital drawer. It can be used by teacher to gather (and grade) student's homework

License

Notifications You must be signed in to change notification settings

edificeio/rack

Repository files navigation

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

About

Rack application is a digital drawer. It can be used by teacher to gather (and grade) student's homework

Resources

License

Stars

Watchers

Forks

Packages

No packages published