Django deployment with fabric -


i trying build django-based web console deploying sites fabric, in there dropdowns different hosts(prod/stage) , different branches git , able select , submit execute fabric command accordingly.

the problem want have html textarea in console able show output of fabric commands.

e.g. [myhostname] run: git pull origin master (in textarea ajax request)

please help!

thanks!

adding answer:

this can done by: local('git pull capture=true')


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -