Skip to content

Commit

Permalink
Updated fabfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
RChaintreuil committed Apr 9, 2012
1 parent ae6b525 commit d2f1727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ def deploy():
with cd('/var/lib/rezoirclogs'):
# put crashes for me
# put('production.ini', '.')
run('wget https://raw.github.com/madjar/rezoirclogs/master/production.ini -O production.ini')
run('wget https://raw.github.com/supelec-rezo/rezoirclogs/master/production.ini -O production.ini')
if not exists('venv'):
run('virtualenv venv')
run('venv/bin/pip install -e git://github.com/madjar/rezoirclogs.git@origin#egg=rezoirclogs')
run('venv/bin/pip install -e git://github.com/supelec-rezo/rezoirclogs.git@origin#egg=rezoirclogs')
with cd('venv/'):
run('wget https://raw.github.com/madjar/rezoirclogs/master/pyramid.wsgi -O pyramid.wsgi')
run('wget https://raw.github.com/supelec-rezo/rezoirclogs/master/pyramid.wsgi -O pyramid.wsgi')
# put('pyramid.wsgi', 'venv/')
reload()

0 comments on commit d2f1727

Please sign in to comment.