mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Further fabric work and updated requirements
This commit is contained in:
4
fabfile.py
vendored
4
fabfile.py
vendored
@@ -70,7 +70,7 @@ def start():
|
|||||||
require('path')
|
require('path')
|
||||||
|
|
||||||
with cd('%(path)s/dreddit-auth/' % env):
|
with cd('%(path)s/dreddit-auth/' % env):
|
||||||
run('./start.sh')
|
run('screen -d -m "./start.sh"')
|
||||||
|
|
||||||
def stop():
|
def stop():
|
||||||
require('hosts')
|
require('hosts')
|
||||||
@@ -80,7 +80,7 @@ def stop():
|
|||||||
run('kill `cat auth.pid`')
|
run('kill `cat auth.pid`')
|
||||||
run('rm -f auth.pid')
|
run('rm -f auth.pid')
|
||||||
|
|
||||||
def restart()
|
def restart():
|
||||||
stop()
|
stop()
|
||||||
start()
|
start()
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,5 @@ yolk==0.4.1
|
|||||||
-e hg+http://bitbucket.org/schinckel/django-jsonfield#egg=django-jsonfield
|
-e hg+http://bitbucket.org/schinckel/django-jsonfield#egg=django-jsonfield
|
||||||
xmlrpclib==1.0.1
|
xmlrpclib==1.0.1
|
||||||
South==0.7.1
|
South==0.7.1
|
||||||
|
fabric==0.9.1
|
||||||
|
flup
|
||||||
|
|||||||
Reference in New Issue
Block a user