Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alain Shakour
clowdflows
Commits
fed7aea6
Commit
fed7aea6
authored
Jun 12, 2013
by
Janez K
Browse files
dodal runstreams daemon v fabfile
parent
3300c0dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
fed7aea6
...
...
@@ -33,10 +33,14 @@ def deploy():
puts
(
yellow
(
"[Collecting static files]"
))
run
(
"python manage.py collectstatic --noinput"
)
puts
(
yellow
(
"[Auto importing packages]"
))
run
(
"python manage.py auto_import_packages"
)
with
cd
(
'/srv/django-projects/supervisor'
):
puts
(
yellow
(
"[Restarting the run streams daemon"
))
run
(
'supervisorctl restart runstreams'
)
#puts(yellow("[Compressing]"))
#run('python manage.py compress')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment