Skip to content

Instantly share code, notes, and snippets.

@jgamblin
Last active May 31, 2019 18:07
Show Gist options
  • Save jgamblin/3100b682510119722c56f5667fa2e18b to your computer and use it in GitHub Desktop.
Save jgamblin/3100b682510119722c56f5667fa2e18b to your computer and use it in GitHub Desktop.
Streisand Server Install Bash Script
Please see: https://gist.github.com/cpu/9fe42bd664c99bff6ae85c0f386a0ae0
#!/bin/bash
# Installs the Streisand server for you https://github.com/jlund/streisand
#sudo apt-get update && sudo apt-get install -y git python-paramiko python-pip python-pycurl python-dev build-essential
#sudo pip install ansible markupsafe dopy==0.3.5
#git clone https://github.com/jlund/streisand.git && cd streisand/playbooks
##sed -i 's/streisand-host/127.0.0.1/g' streisand.yml
#sudo ansible-playbook -i "localhost," -c local streisand.yml
#sed -i "s/localhost/$(curl -s ipecho.net/plain)/g" ../generated-docs/streisand.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment