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

Build the project

🔧 Beta version: docu and setup currently under work!

todo: create docu

run & test local development version

(Prereq: Node.js,npm and angular cli installed)

Git clone

npm install in both dirs

Run npm start to start the Angular Live Development Server

Run the node.js server in dir with npm run live

extera deploy

for bluemix

npm run build   #  -- prod build  
#  ng build  # not minified
 
git checkout bluemix_deploy  -- src/webappconfig.json
cp src/webappconfig.json node.js-server/webapp/webappconfig.json
git checkout bluemix_deploy  -- node.js-server/serverconfig.json

cd node.js-server
cf a
perl -p -e 's/AsperaBrowser/AsperaBrowserTest/' -i manifest.yml

cf p

cd ..
git reset --hard
Clone this wiki locally