-
Notifications
You must be signed in to change notification settings - Fork 5
connect
m67hoff edited this page Mar 12, 2021
·
9 revisions
(e.g. run behind restricting firewall)
Download the newest Connect SDK (zip file) from IBM Fixcentral: https://www.ibm.com/support/fixcentral/
The best way is to search for "connectsdk":
(at time written this direct link worked.)
I recommend a separate (real) Webserver, but for small installations you could use the same node.js server that provides aspera-browser.
Unpack the connectsdk zip and store it in the .../webapp/connect/ folder of your asperabrowser installation.
( probably .../node_modules/asperabrowser/webapp/connect/
)
edit webappconfig.json
and point the connectInstaller
property to your local webserver url:
(changing from "//d3gcli72yxqn2z.cloudfront.net/connect/v4"
to "//connect/v4"
)
{
"app": {
"logLevel": "INFO",
"...":,
"connectInstaller": "//connect/v4"
},
}