Skip to content

Instantly share code, notes, and snippets.

@douglasgoodwin
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglasgoodwin/10046120 to your computer and use it in GitHub Desktop.
Save douglasgoodwin/10046120 to your computer and use it in GitHub Desktop.
launch rodney
#!/bin/bash
# ASSUMPTIONS: you are on the staging server and want to build and run it
# first -- create a file called /var/www/envs/reqs.txt and paste the stuff below into it.
# then:
cd /var/www/envs/ ; rm -Rf rodney ;
virtualenv rodney ; cd rodney/ ; source bin/activate ;
virtualenv --relocatable . ;
pip install -U --force-reinstall --no-deps --ignore-installed -r ../reqs.txt ;
git init ;
cp ../gitconfig.txt .git/config
git pull ;
source bin/activate ;
python manage.py -c stageConfig.cfg runserver
Babel==1.3
Cython==0.20.1
Fabric==1.8.3
Flask==0.10.1
Flask-Assets==0.9
Flask-Babel==0.9
Flask-Babel2==0.1
Flask-Bootstrap==3.1.1.2
Flask-Cache==0.12
Flask-DebugToolbar==0.9.0
Flask-Login==0.2.10
Flask-Mail==0.9.0
Flask-Migrate==1.0.0
Flask-Moment==0.2.0
Flask-OAuth==0.12
Flask-OAuthlib==0.4.2
Flask-OpenID==1.1.1
Flask-Principal==0.4.0
Flask-RESTful==0.2.12
Flask-SQLAlchemy==1.0
Flask-Script==0.6.7
Flask-Security==1.7.1
Flask-Social==1.6.2
Flask-SuperAdmin==1.7.1
Flask-UUID==0.2
Flask-Uploads==0.1.3
Flask-WTF==0.9.5
Jinja2==2.7.2
Mako==0.9.0
MarkupSafe==0.18
MySQL-python==1.2.5
Paste==1.7.5.1
Pillow==1.7.8
PyYAML==3.11
Pygments==1.6
Pyphen==0.8
SQLAlchemy==0.9.4
SQLAlchemy-Utils==0.25.2
WTForms==1.0.5
WTForms-Alchemy==0.12.4
WTForms-Components==0.9.2
Werkzeug==0.9.4
alembic==0.6.4
amqp==1.3.3
aniso8601==0.82
anyjson==0.3.3
argparse==1.2.1
behave==1.2.3
billiard==3.3.0.8
blinker==1.3
booby==0.4.0
celery==3.1.5
chardet==2.1.1
competeapi==0.1
decorator==3.4.0
distribute==0.7.3
ecdsa==0.10
fabtools==0.17.0
facebook-sdk==0.4.0
finch==0.3.3
foursquare==2013.12.17
glue==0.2.9.1
google-api-python-client==1.2
httplib2==0.8
infinity==1.3
intervals==0.2.2
ipython==2.0.0
itsdangerous==0.24
kombu==3.0.6
lxml==3.3.4
medusa==0.5.4
meld3==0.6.10
micawber==0.3.0
misaka==1.0.2
mysql-connector-python==1.1.5
newrelic==2.8.0.7
oauth2==1.5.211
oauth2client==1.2
oauthlib==0.6.0
paramiko==1.12.0
parse==1.6.3
passlib==1.6.1
pycrypto==2.6.1
python-dateutil==2.2
python-debian==0.1.21
python-openid==2.2.5
python-twitter==1.3.1
pytz==2014.2
redis==2.9.1
reprutils==1.0
requests==2.2.1
requests-oauthlib==0.4.0
schematics==0.9-3
simplejson==3.4.0
six==1.5.2
slumber==0.6.0
supervisor==3.0a8
toolz==0.5.2
tornado==3.1.1
uWSGI==2.0.3
uwsgitop==0.6.2
validators==0.5.0
virtualenv==1.11.4
virtualenv-clone==0.2.4
webassets==0.9
wsgiref==0.1.2
yolk==0.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment