Skip to content
m67hoff edited this page Sep 9, 2018 · 4 revisions

Install and run on Linux (CentOS)

🔧 Beta version: docu and setup currently under work!

The easiest way to install AsperaBrowser is to use the npm module.

AsperaBrowser can run on the same system as the Aspera Highspeed Transfer Server or on a separate system with https access to the NodeAPI of the Transfer Server.

(all steps need to run root)

Install Node.js

curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
yum -y install nodejs

Install asperabrowser (global)

npm i -g asperabrowser

config systemd to run asperabrowser as service and start the service

asperabrowser --config

check status

asperabrowser -s

(optional) copy config files for customization

asperabrowser --defaults
Clone this wiki locally