Using Cloudify Composer to build up a TOSCA blueprint containing two nodes with a hint of OpenStack. Not complete by any means but a good first stab and a good way to navigate around many of the fields within Cloudify whilst relating back to OpenStack and out to other websites i.e. http://cloudify.co/plugins
And of course http://cloudify.co/ itself
Have to say it was a bit messy along the way but then there were a few problems to iron out which hopefully will help. Espcieally around imports and the server.js suddenly crashing.
To stop:
ps aux | grep server.js
and sudo kill -9 processes.
cat cloudify
sudo /opt/cloudify-composer/nodejs/bin/node /opt/cloudify-composer/blueprint-composer/package/server.js &
echo "Run Cloudify Blueprint Composer and then browse http://localhost:3000"