Skip to content

Instantly share code, notes, and snippets.

@ariarijp
Last active September 16, 2017 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ariarijp/52f0472fd062c342e051bc568f3a2e36 to your computer and use it in GitHub Desktop.
Save ariarijp/52f0472fd062c342e051bc568f3a2e36 to your computer and use it in GitHub Desktop.
バージョン指定してRedashの環境構築
export REDASH_BRANCH=v0.10.1.b1834
export REDASH_VERSION=0.10.1.b1834
wget https://raw.githubusercontent.com/getredash/redash/$REDASH_BRANCH/setup/ubuntu/bootstrap.sh
sudo -E bash bootstrap.sh
export REDASH_BRANCH=v1.0.3
export REDASH_VERSION=1.0.3.b2850
wget https://raw.githubusercontent.com/getredash/redash/$REDASH_BRANCH/setup/ubuntu/bootstrap.sh
sudo -E bash bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment