reverting back to original, pre-VM setup
[oweals/karmaworld.git] / fabfile.py
2013-12-02 Bryanfirst_deploy completes, supervisord runs (#174), but...
2013-11-27 Bryan Bonvalletcreating directory structure for supervisord files...
2013-11-27 Bryan Bonvalletget supervisord up and running for #174
2013-11-23 Bryan Bonvalletremoving a function that is probably important but...
2013-11-23 Bryan BonvalletReplacing all instances of env.run with virtenv_exec...
2013-11-23 Bryan BonvalletRemoving here() antipattern, fixing virtualenv deployme...
2013-08-28 Seth WoodworthMerge branch 'filepick.io' of https://github.com/Finals...
2013-08-28 Seth WoodworthMerge remote-tracking branch 'origin/fabric' into fp.io
2013-07-15 bobcallMore silly changes
2013-07-15 bobcallmore minor changes to fabfile and changed location...
2013-07-09 bobcallsyntax issues
2013-07-09 bobcallmore fabfile changes
2013-07-03 bobcallLatest changes to fabfile.py and confs/prod/supervisord...
2013-07-01 bobcallindentation issue
2013-07-01 bobcallFixed syntax error and missing '--daemon'
2013-07-01 bobcallAdded the ability to start gunicorn
2013-07-01 bobcallmore changes to fab file
2013-06-30 bobcallfleshed out fabfile, still needs work, but conceptually...
2013-06-29 bobcallAdded remote support and the ability to pull code
2013-06-28 bobcallAdded new fabfile.py to branch fabric
2013-03-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-18 Seth WoodworthMerge pull request #100 from LucianU/master
2013-03-08 Lucian UrsuMade deployment work on local machines.
2013-02-28 Lucian UrsuAdded another task that handles the first deploy.
2013-02-28 Lucian UrsuChanged the deploy task to only deploy new changes...
2013-02-28 Lucian UrsuRenamed and fixed a task and added more tasks, all...
2013-02-22 Lucian UrsuAdded tasks to manage the gunicorn process. Fixes #86.
2013-02-22 Lucian UrsuUsing a single, more general function to manage supervi...
2013-02-22 Lucian UrsuAdded Fabric tasks for celeryd. Fixes #87.
2013-02-22 Lucian UrsuUpdated the 'update_code' task to also checkout the...
2013-02-22 Lucian UrsuAlso specifying the branch in the environment-related...
2013-02-22 Lucian UrsuSpecifying the path to the conf files in the environmen...
2013-02-22 Lucian UrsuSplit the static files management into several tasks.
2013-02-22 Lucian UrsuAdded a 'here' task which runs commands locally. Specif...
2013-02-22 Lucian UrsuRemoved the env.run variable, because it's not needed.
2013-02-22 Lucian UrsuUsing a single task to sync the db and run migrations.
2013-02-22 Lucian UrsuAdded the 'task' decorator to some functions that are...
2013-02-22 Lucian UrsuRemoved unused command from fabfile.
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-16 bobcallAdded missing env.run to fabfile.py
2013-01-15 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-15 Seth Woodworthimporting much of Lucian's fabfile.py from django-start...
2013-01-09 Seth Woodworthchmod +x fabfile.py
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel