Skip to content
m67hoff edited this page Sep 11, 2018 · 3 revisions

AsperaBrowser - Installation Guide

🔧 Beta version: docu and setup currently under work!

Build & deploy to IBM Cloud

(Prereq: Node.js,npm, angular-cli, cloud-foundry-cli installed and IBM Bluemix account )

The branch bluemix_deploy, has a severconfig.json & webappconfig.json that works with a single node.js server. Also it sends data to Google statistics (in index.html)

1) Build the AsperaBrowser Angular

If the AsperaBrowser Agular App has also changed rebuild it from the parent dir with npm run build . This will create a new build in the webapp/ directory that contains the static WebApp.

2) Deploy to IBM Cloud

first check your login to the right IBM Cloud Foundry Space with:

cf t ; cf a

Deploy to this space with:

cf p 

(you may need to change the host in manifest.yml since the URL AsperaBrowser is already taken by my sample.)2