{ "info": { "author": "Alex Rudakov", "author_email": "ribozz@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Documentation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Installation/Setup", "Topic :: System :: Software Distribution" ], "description": "figaro\n======\n\nFigaro alows to deploy your fig infrastructure to remote servers. Also it\nprovides all the services needed for hosting production apps.\n\nNB! Figaro is currently in concept stage, so documentation for future components is only thing that exist now.\n\nFeatures:\n- define your app config through Dockerfile and fig.yml\n- easy deploy through git push\n- pushing several versions of app (dev, staging, prod ... etc)\n- simple nginx based balancer \n- easy switch balancer endpoint between app versions (ex swap prod and dev)\n- persistent storage for containers\n- easy copying persistence storage between containers (prod -> staging, etc)\n- ftp access for container persistence storage\n\nTutorial\n----------\n\nNb! there is no code that implements things described in tutorial yet.\n\nConfigure your project to run with fig.yml.\n\n$ figaro use ubuntu@myserver.com\n$ figaro init myapp\n\nThat is equivalent to:\n\n$ ssh ubuntu@myserver.com\nubuntu$ git init --bare myapp\n\nnow push code:\n\n$ git push ubuntu@myserver.com:myapp staging\n\nrewiev deployed app versions:\n\n$ figaro apps\n\nmyapp:\n- staging \n\n$ figaro balancer\n\nno balancer installed on ubuntu@myserver.com\n\n$ figaro balancer install\n\n$ figaro balancer mydomain.com myapp@localhost/staging/web:5000\n$ figaro balancer mydomain.com disable\n\nWorking with storage:\n\n$ figaro storage copy myapp@localhost/staging/web/mysql myapp@localhost/prod/web/mysql\n$ figaro storage snapshot myapp@localhost/staging/web/mysql s3://some/bucket#v1.2.3\n$ figaro storage restore s3://some/bucket#v1.2.3 myapp@localhost/staging/web/mysql", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pywizard.com/figaro/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "figaro", "package_url": "https://pypi.org/project/figaro/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/figaro/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pywizard.com/figaro/" }, "release_url": "https://pypi.org/project/figaro/0.1/", "requires_dist": null, "requires_python": null, "summary": "Production cloud deployments of fig infrastructure with docker", "version": "0.1" }, "last_serial": 988135, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2b95082415e921c76a3b7e29bb4e9238", "sha256": "3a73b4685d4d5033aa07ae0bf6069ba52566fcb47684169cc7a2ceac8d43e3ed" }, "downloads": -1, "filename": "figaro-0.1.tar.gz", "has_sig": false, "md5_digest": "2b95082415e921c76a3b7e29bb4e9238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19225, "upload_time": "2014-02-01T19:46:00", "url": "https://files.pythonhosted.org/packages/16/3e/3cf6a416dbe9fa1682c4768986ce44113ac09e4b8994d2fab5d3ed3a3f98/figaro-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b95082415e921c76a3b7e29bb4e9238", "sha256": "3a73b4685d4d5033aa07ae0bf6069ba52566fcb47684169cc7a2ceac8d43e3ed" }, "downloads": -1, "filename": "figaro-0.1.tar.gz", "has_sig": false, "md5_digest": "2b95082415e921c76a3b7e29bb4e9238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19225, "upload_time": "2014-02-01T19:46:00", "url": "https://files.pythonhosted.org/packages/16/3e/3cf6a416dbe9fa1682c4768986ce44113ac09e4b8994d2fab5d3ed3a3f98/figaro-0.1.tar.gz" } ] }