Skip to content

Instantly share code, notes, and snippets.

@mtholder
Created June 12, 2013 21:33
Show Gist options
  • Select an option

  • Save mtholder/5769321 to your computer and use it in GitHub Desktop.

Select an option

Save mtholder/5769321 to your computer and use it in GitHub Desktop.
test script for building opentree software on a "clean" machine
sudo apt-get install git
git clone git://github.com/mtholder/ot-vagrant.git
cd ot-vagrant/
git pull origin
cat >web2py_passwords.sh <<ENDOFHEREDOC
#!/bin/sh
export WEB2PY_DB_USER=greatusernamehere
export WEB2PY_DB_PASSWD=somepassword
ENDOFHEREDOC
starttime=$(date)
bash nonvagrant-bootstrap.sh
echo started at:
echo $starttime
echo ended at:
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment