Last active
March 14, 2016 13:13
-
-
Save tamirko/45091ed4d75f9fbb3abb to your computer and use it in GitHub Desktop.
installComposer331.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm | |
sudo yum install -y -q update | |
sudo yum -y install python-pip | |
sudo pip install virtualenv | |
sudo yum install -y wget | |
wget https://raw.githubusercontent.com/cloudify-cosmo/get-cloudify.py/master/get-cloudify-composer.py | |
sudo python get-cloudify-composer.py | |
nohup sudo /opt/cloudify-composer/nodejs/bin/node /opt/cloudify-composer/blueprint-composer/package/server.js & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment