{ "info": { "author": "Marcos Daniel Petry", "author_email": "marcospetry@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Topic :: Utilities" ], "description": "# Fabric Recipes\n\na quick solution to perform deploy a Django app using nginx and gunicorn\n\n## How to Use:\n\ninstall the app in your enviroment:\n\n```bash\n$ pip install git+https://github.com/petry/fabric-recipes.git\n```\n\ncreate a git repository to your project with `manage.py` and `requirements.txt` on root folder download our `fabfile.py`: \n\n```bash\n$ wget https://raw.github.com/petry/fabric-recipes-example/master/fabfile.py\n```\n\nIf you like, change some fabric variables such as `env.user` and `env.password` on `fabfile.py`\n\nthen, run the commands to deploy your app on your server:\n\n```bash\n$ fab deploy\n```\n\nand this command to check if everything is working\n\n```bash\n$ fab status\n```\n\nor \n\nfork [these example project](https://github.com/petry/fabric-recipes-example) with this structure :)\n\nhttps://github.com/petry/fabric-recipes-example\n\n***\n\n\n**NOTE** \n```\nI tested this script using a virtual machine with ubuntu 10.04, feel free to create a version \nfor your distribution of choice :)\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/petry/fabric-recipes/", "keywords": "fabric django gunicorn deploy", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "fabric-recipes", "package_url": "https://pypi.org/project/fabric-recipes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fabric-recipes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/petry/fabric-recipes/" }, "release_url": "https://pypi.org/project/fabric-recipes/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "quick solution to perform deploy a Django app using nginx and gunicorn", "version": "0.3.1" }, "last_serial": 791853, "releases": { "0.3": [], "0.3.1": [ { "comment_text": "", "digests": { "md5": "f5690dd66f04e534789c1ccad95c799b", "sha256": "afbc875435a096ad6e5a4ffd423a284865ecda398e56ba4e113538c03e0fdf9c" }, "downloads": -1, "filename": "fabric-recipes-0.3.1.tar.gz", "has_sig": false, "md5_digest": "f5690dd66f04e534789c1ccad95c799b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5486, "upload_time": "2013-05-01T20:17:57", "url": "https://files.pythonhosted.org/packages/8d/cb/651b1f8a98ddc141792a29ccc33b2eeeecad5563e4160ef35a5c949e18b1/fabric-recipes-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5690dd66f04e534789c1ccad95c799b", "sha256": "afbc875435a096ad6e5a4ffd423a284865ecda398e56ba4e113538c03e0fdf9c" }, "downloads": -1, "filename": "fabric-recipes-0.3.1.tar.gz", "has_sig": false, "md5_digest": "f5690dd66f04e534789c1ccad95c799b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5486, "upload_time": "2013-05-01T20:17:57", "url": "https://files.pythonhosted.org/packages/8d/cb/651b1f8a98ddc141792a29ccc33b2eeeecad5563e4160ef35a5c949e18b1/fabric-recipes-0.3.1.tar.gz" } ] }