Steps with explanations to set up a server using:
- Virtualenv
- Virtualenvwrapper
- Django
- Gunicorn
| set the clipboard to "" | |
| set appname to "SecurID" | |
| set thePin to RsaTokenPin() | |
| activate application appname | |
| do shell script "networksetup -setairportpower en0 on" | |
| tell application appname | |
| activate |
| #!/bin/bash | |
| # node-reinstall | |
| # credit: http://stackoverflow.com/a/11178106/2083544 | |
| ## program version | |
| VERSION="0.0.13" | |
| ## path prefix | |
| PREFIX="${PREFIX:-/usr/local}" |