Created
June 12, 2013 21:33
-
-
Save mtholder/5769321 to your computer and use it in GitHub Desktop.
test script for building opentree software on a "clean" machine
This file contains hidden or 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
| 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