=========================== Internal function reference =========================== Base module ----------- .. automodule:: deploytools.base :members: :undoc-members: .. method:: create_mysql_db Create the mysql db .. method:: commit_snapshot Do a mercurial commit on the remote server to it's local repository. This is used during the update_site task, to allow a point to fallback to. fabric config module -------------------- .. automodule:: deploytools.fabric_config :members: :undoc-members: fabric utils ------------ .. automodule:: deploytools.fab_utils :members: :undoc-members: init_d helpers (deprecated) --------------------------- .. automodule:: deploytools.init_d :members: :undoc-members: supervisor(d) helpers --------------------- .. automodule:: deploytools.supervisor :members: :undoc-members: .. method:: create_gunicorn_script Create the gunicorn conf files in the conf/supervisor folder and symlink them to the supervisor conf folder. .. method:: create_celery_workers Create the celery worker conf files in the conf/supervisor folder and symlink them to the supervisor conf folder.