-
-
Save asaschachar/1d3623a30aa186a092bdd15107359ec4 to your computer and use it in GitHub Desktop.
Setup Script for Fullstack MVT Generator
This file contains 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 | |
# If you don't have trailmix installed, you have to run `sudo pip install -i https://localshop.dz.optimizely.com/simple/ --upgrade --ignore-installed trailmix` first!! | |
export PISTACHIO_PATH=dev | |
export PISTACHIO_BUCKET=optimizely-pci-pistachio | |
eval $(trailmix --escape-quotes -f exports frontdoor) | |
export PROXY_SHARED_SECRET=$THREESCALE_SHARED_SECRET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment