Created
May 23, 2012 01:08
-
-
Save s3u/2772665 to your computer and use it in GitHub Desktop.
RHEL
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
yum groupinstall "Development Tools" | |
yum install expat-devel | |
yum install openssl openssl-devel | |
yum install expat expat-devel | |
# Download node | |
cd <node dir> | |
configure | |
make | |
sudo make install | |
# Generate ssh key and add to your github account | |
#Then create the app | |
mkdir myapp | |
cd myapp | |
curl https://raw.github.com/ql-io/ql.io/master/modules/template/init.sh | bash | |
bin/start.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment