Sha256: e215323fcc6fab0a3406c627d46b5d9d879329fab98db064c447bd9cf994130c
Contents?: true
Size: 511 Bytes
Versions: 3
Compression:
Stored size: 511 Bytes
Contents
#!/bin/bash #------------------------------------------------------------------------------- # For now we install CORL through the repo for testing purposes gem install nokogiri || exit 100 # Install the corl gem rm -Rf /tmp/corl mkdir /tmp/corl || exit 101 cd /tmp/corl || exit 102 git clone --branch 0.5 git://github.com/coralnexus/corl.git /tmp/corl || exit 103 git submodule update --init --recursive || exit 104 gem build /tmp/corl/corl.gemspec || exit 105 gem install /tmp/corl/corl-*.gem || exit 106
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
corl-0.5.2 | bootstrap/os/ubuntu/10_corl.sh |
corl-0.5.1 | bootstrap/os/ubuntu/10_corl.sh |
corl-0.5.0 | bootstrap/os/ubuntu/10_corl.sh |