Skip to content

Instantly share code, notes, and snippets.

@asaschachar
Forked from jo-migo/setup_script.bash
Last active October 17, 2017 16:29
Show Gist options
  • Save asaschachar/1d3623a30aa186a092bdd15107359ec4 to your computer and use it in GitHub Desktop.
Save asaschachar/1d3623a30aa186a092bdd15107359ec4 to your computer and use it in GitHub Desktop.
Setup Script for Fullstack MVT Generator
#!/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