Skip to content

Instantly share code, notes, and snippets.

@s3u
Created May 23, 2012 01:08
Show Gist options
  • Save s3u/2772665 to your computer and use it in GitHub Desktop.
Save s3u/2772665 to your computer and use it in GitHub Desktop.
RHEL
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