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 | |
# This script downloads and installs Ruby 1.9.3-p194 into Cloud9 workspace. | |
# It makes possible to use Ruby 1.9 for running apps there instead of default Ruby 1.8.7 | |
# Create this file in a root of your workspace. | |
# Run in command line: chmod +x install-cloud9.sh | |
# And: ./install-cloud9.sh | |
# It will take some time to download and compile libyaml and ruby. | |
# Adjust ruby version paths according to your needs. |