{ "info": { "author": "jeanmichel FRANCOIS", "author_email": "jeanmichel.francois@makina-corpus.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "================\nmakina.recipe.postgres package\n================\n\n.. contents::\n\nWhat is makina.recipe.postgres ?\n==================\n\nit is a recipe that initialize a database from initdb command.\n\nHow to use makina.recipe.postgres ?\n=====================\n\nEXAMPLE (postgis init)::\n\n\tparts =\n\t ...\n\t initdb\n\n\t[initdb]\n\trecipe = makina.recipe.postgres\n\tbin = ${buildout:directory}/parts/postgresql/bin\n\tinitdb = --auth=trust --pgdata=${buildout:directory}/var/postgres\n\tpgdata = ${buildout:directory}/var/postgres\n\tport = 5433\n\tcmds =\n\t createuser -p 5433 --createdb --no-createrole --no-superuser --login admin\n\t createuser -p 5433 --no-createdb --no-createrole --no-superuser --login zope\n\t createdb -p 5433 --owner admin --encoding LATIN9 zsig\n\t createlang -p 5433 plpgsql zsig\n\t psql -d zsig -p 5433 -f ${buildout:directory}/parts/postgis/share/lwpostgis.sql\n\t psql -d zsig -p 5433 -f ${buildout:directory}/parts/postgis/share/spatial_ref_sys.sql\n\n\n\nbin option can be just a sym link from the /usr/bin (where all postgresql system binaries are) if you don't want to install postgres with buildout.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.makina-corpus.org", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "makina.recipe.postgres", "package_url": "https://pypi.org/project/makina.recipe.postgres/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/makina.recipe.postgres/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.makina-corpus.org" }, "release_url": "https://pypi.org/project/makina.recipe.postgres/0.1/", "requires_dist": null, "requires_python": null, "summary": "init a postgresql's database for the project", "version": "0.1" }, "last_serial": 794488, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8c7d8b6b52c0345be625e6e038afc3b3", "sha256": "e528dc7cd4c4b3e1d8be716c078d7002fda42e0846a665492b9f94428ab447be" }, "downloads": -1, "filename": "makina.recipe.postgres-0.1.zip", "has_sig": false, "md5_digest": "8c7d8b6b52c0345be625e6e038afc3b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10422, "upload_time": "2008-06-13T08:55:45", "url": "https://files.pythonhosted.org/packages/6b/bc/55b057b5d75ea49887a096d445e474f961acd5d55bce0ba94535c42c6a16/makina.recipe.postgres-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c7d8b6b52c0345be625e6e038afc3b3", "sha256": "e528dc7cd4c4b3e1d8be716c078d7002fda42e0846a665492b9f94428ab447be" }, "downloads": -1, "filename": "makina.recipe.postgres-0.1.zip", "has_sig": false, "md5_digest": "8c7d8b6b52c0345be625e6e038afc3b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10422, "upload_time": "2008-06-13T08:55:45", "url": "https://files.pythonhosted.org/packages/6b/bc/55b057b5d75ea49887a096d445e474f961acd5d55bce0ba94535c42c6a16/makina.recipe.postgres-0.1.zip" } ] }