{ "info": { "author": "Quadra-Informatique", "author_email": "plone@quadra-informatique.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "Framework :: Zope2", "Intended Audience :: Education", "Intended Audience :: System Administrators", "License :: OSI Approved", "Natural Language :: English", "Natural Language :: French", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Code Generators", "Topic :: System :: Archiving :: Backup", "Topic :: System :: Clustering", "Topic :: System :: Installation/Setup", "Topic :: Utilities" ], "description": "Introduction\n============\n\nThis egg contains some paste templates to help to build a Plone architecture\nwith as little knowledge as possible about Python and Plone. The first target is \nDebian Lenny up-to-date with the lenny-backports repository enabled. In a \nsecond time Debian Squeeze and Ubuntu LTS should be added. No ReadHat, Suse, \nMandriva, or any RPM-based linux is on the roadmap.\n\nThe docs directory contains all necessary steps about server configuration\nbefore installing this egg. These documents can be distributed separately under\nthe specified license in each of them. \n\nThese templates was initiated by the UNIS Team of the ENS de Lyon \n and by Quadra Informatique .\n\nThe CECILL-B license is a BSD like license. The english and the french version \nare available in this directory. If you want to make patch or to send us a\nsuccess story you can use the mail addresses above.\n\n\nUNIS Skels Usage\n===================\n\nSkels allows you to quickly configure a new project following its need.\nFor the next steps you only need a normal account user. The only steps you\nneed to to as superuser are reconfiguring and restarting the proxy (apache or\nnginx) that runs on the port 80.\n\n\nProject preparation\n-------------------\n\n::\n\n cd /opt/python-envs\n mkdir project\n cd project\n /opt/python/python-2.6/bin/virtualenv --distribute --no-site-packages .\n source bin/activate\n\nAt this step verify that your Python interpreter is a python 2.6\n\n.. code-block:: bash\n\n $ python\n Python 2.6.6 (r266:84292, Nov 9 2010, 04:51:52)\n ...\n\nNow you can install our architecture dependencies for Plone 4\n\n.. code-block:: bash\n\n easy_install python-ldap\n easy_install psycopg2\n easy_install lxml==2.2.8\n easy_install celementtree\n easy_install zopeskel.unis\n\n\nYou can check if the new buildout template is well installed by typing the\nfollowing command:\n\n.. code-block:: bash\n\n paster create --list-templates\n\n Available templates:\n ...\n unis_plone4_buildout: A buildout for Plone 4.x\n\n\nYour new Plone easy installer is ready. You can create a new Plone 4 project.\n\n.. code-block:: bash\n\n paster create -t unis_plone4_buildout\n\n\nWhat can you configure in the easy mode:\n\n- buildout directory name ('builout' or deployement)\n\n- the main domain name use for the proxy\n\n- the id of the Plone site ('site' or 'Plone')\n\n- the Plone version (above 4)\n\n- shared blobs files between zope instances (you should say yes if all instances\n are on the same server)\n\n- the ports starting value for all services (we reserve at least 15 ports)\n\n- install LDAP aware products (python-ldap, PloneLDAP)\n\n- install CAS aware products (CAS4PAS, collective.castle)\n\n- install Metnav products (metnav, enslyon.existda)\n\nChangelog\n=========\n\n1.14 2012-12-17\n----------------\n\n- Unpin old versions\n [encolpe]\n\n- Add a switch for plone IDE\n [encolpe]\n\n1.13 2012-12-17\n----------------\n\n- Fix how customer name is added in the project path\n [encolpe]\n\n- Remove ploneIDE automatic installation\n [encolpe]\n\n1.12 2012-05-04\n----------------\n\n- Fix collective.developermanual checkout using the readonly address for the git repository\n [encolpe]\n\n1.11 2012-03-10\n----------------\n\n- synchronize with internal developments\n [encolpe]\n\n- Add PloneIDE\n [encolpe]\n\n1.10 2011-10-27\n----------------\n\n- Force to use zopeskel<3.0a1 in setup.py\n [edegoute]\n\n1.9 2011-07-28\n----------------\n\n- Fix HAProxy configuration\n [encolpe]\n\n1.8 2011-05-02\n----------------\n\n- Add a test file for the Hudson server\n [encolpe]\n\n- Fix the typo in DSN condition\n [encolpe]\n\n1.7 2011-04-20\n----------------\n\n- Update Plone default version to 4.0.5\n [encolpe]\n\n- Fix postgres and oracle DSN\n [encolpe]\n\n1.6 2010-01-27\n----------------\n\n- Add zopepy, i18ndude, test and zopeskel parts from the new plone4_buildout\n template in ZopeSkel 1.19.\n [encolpe]\n\n- Add ldap, cas and relstorage options\n [encolpe]\n\n- Fix license in setup.py\n [encolpe]\n\n- Add paster template usage in documentation\n [encolpe]\n\n- Add correct classifiers for pypi\n [encolpe]\n\n1.5 2010-01-07\n----------------\n\n- Fix documentation errors\n [encolpe]\n\n1.4 2010-12-23\n----------------\n\n- bugfix release\n [encolpe]\n\n1.3 2010-12-23\n----------------\n\n- complete the easy mode\n [encolpe]\n\n1.2 2010-12-22\n----------------\n\n- Complete installation documentation for Debian Lenny\n [encolpe]\n\n\n1.1 2010-11-10\n----------------\n\n- Add usage documentation in the package description\n [encolpe]\n\n\n1.0 2010-11-10\n----------------\n\n- Initial release\n [encolpe]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/collective/zopeskel.unis", "keywords": "", "license": "CeCill-B", "maintainer": null, "maintainer_email": null, "name": "zopeskel.unis", "package_url": "https://pypi.org/project/zopeskel.unis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zopeskel.unis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collective/zopeskel.unis" }, "release_url": "https://pypi.org/project/zopeskel.unis/1.14/", "requires_dist": null, "requires_python": null, "summary": "Different kind of buildout templates used by Quadra-Informatique", "version": "1.14" }, "last_serial": 738331, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9510286647a64031163c41ad072ba5c5", "sha256": "385ba1dbb58a10b9c5838c5b9f1cb6f2e24e76e4bf7758fb476f11ad06dd075e" }, "downloads": -1, "filename": "zopeskel.unis-1.0.tar.gz", "has_sig": false, "md5_digest": "9510286647a64031163c41ad072ba5c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17459, "upload_time": "2010-11-10T02:49:13", "url": "https://files.pythonhosted.org/packages/5c/3d/247c0ad18eea46034e396966add42b78fdef3b713767fa966a89e1b6ada1/zopeskel.unis-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "abc0df1359639458eaa5d5d00da49631", "sha256": "d28f4e886e043f1f9117a485e1309e44c291f32af8b9150c8dfd0c400252ee4b" }, "downloads": -1, "filename": "zopeskel.unis-1.1.tar.gz", "has_sig": false, "md5_digest": "abc0df1359639458eaa5d5d00da49631", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18046, "upload_time": "2010-11-10T03:12:26", "url": "https://files.pythonhosted.org/packages/1a/71/05a374b6c3c61fe63803cf9c192fa6fdf8f5007263ea4abdcb6fd0b0f530/zopeskel.unis-1.1.tar.gz" } ], "1.11": [ { "comment_text": "", "digests": { "md5": "8cdfea4e51be0b579fd473f4315ad9ed", "sha256": "0f3e4163b3271d465075c316f6ead8e7fbee3437edd0f90e0533f7ad54c77c2b" }, "downloads": -1, "filename": "zopeskel.unis-1.11.tar.gz", "has_sig": false, "md5_digest": "8cdfea4e51be0b579fd473f4315ad9ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55480, "upload_time": "2012-04-24T14:35:46", "url": "https://files.pythonhosted.org/packages/8e/33/7ae6696702c7591d68fafdaa74fbe5e6c986b407d9748a91a0db500628d3/zopeskel.unis-1.11.tar.gz" } ], "1.12": [ { "comment_text": "", "digests": { "md5": "2bc61bf957232a9a413743c249617a05", "sha256": "32e8bd9d1916910f1b903eef9257a9b8e73421fe2ed9d04c649bba8c172f1677" }, "downloads": -1, "filename": "zopeskel.unis-1.12.tar.gz", "has_sig": false, "md5_digest": "2bc61bf957232a9a413743c249617a05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55753, "upload_time": "2012-05-04T12:09:04", "url": "https://files.pythonhosted.org/packages/0d/f5/f86b6864055f39f2ff19bdd29da30dbcd23be2b5b185598a282b55a86fd6/zopeskel.unis-1.12.tar.gz" } ], "1.13": [ { "comment_text": "", "digests": { "md5": "9662ca9c8fe1ea3b9b43f76eae5086c5", "sha256": "190c5b975231d19c74dee7d0e7e9454c38fe2edc5d2db8a2020fac382ce34709" }, "downloads": -1, "filename": "zopeskel.unis-1.13.zip", "has_sig": false, "md5_digest": "9662ca9c8fe1ea3b9b43f76eae5086c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77369, "upload_time": "2012-12-17T14:01:58", "url": "https://files.pythonhosted.org/packages/bd/9e/283650440ba0cf4b0b32d543d90eaf0d63740db2eadc9bc5c2e9cd46abfb/zopeskel.unis-1.13.zip" } ], "1.14": [ { "comment_text": "", "digests": { "md5": "cb0e52f6bb12e0e2633c86e5e9ab0969", "sha256": "46d98a3e2c648dddce4840eae1e1ee71f50fa33ab4d6c821173d72df8bf6a132" }, "downloads": -1, "filename": "zopeskel.unis-1.14.zip", "has_sig": false, "md5_digest": "cb0e52f6bb12e0e2633c86e5e9ab0969", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77463, "upload_time": "2012-12-17T16:01:02", "url": "https://files.pythonhosted.org/packages/97/bc/aa4ea8809d8d94186bba907d0667ec366053eca2ec2b509d1987a0e09487/zopeskel.unis-1.14.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "333a43e423220757a4221c0664c34a79", "sha256": "7427651786216832c2fd33bdb4729c1e8e8d901bf0f88f15718265cbd8c09788" }, "downloads": -1, "filename": "zopeskel.unis-1.2.tar.gz", "has_sig": false, "md5_digest": "333a43e423220757a4221c0664c34a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19186, "upload_time": "2010-12-22T17:10:41", "url": "https://files.pythonhosted.org/packages/06/df/aec2f9c1c84c1d7f8aecee6226e2e5cbed8f8d9ab2bae9fd1e8c185fbe63/zopeskel.unis-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "df53d08b7d855ec386117b758608ef16", "sha256": "5e6651dae0cdf4db359350e5976c0c54e3c7290873b30123fbe1b7b6beb20434" }, "downloads": -1, "filename": "zopeskel.unis-1.3.tar.gz", "has_sig": false, "md5_digest": "df53d08b7d855ec386117b758608ef16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19173, "upload_time": "2010-12-23T09:38:01", "url": "https://files.pythonhosted.org/packages/b5/32/3a6bb90f3d227b33da8a79a75ffb0db43e2bf644e1ae036e3d3e608e0f58/zopeskel.unis-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "0460af845ea2cf04234741de68ad2bb8", "sha256": "200b719d538dec5c7434b9a6865f722a89ccf5b80ab861afc544158972224b9f" }, "downloads": -1, "filename": "zopeskel.unis-1.4.tar.gz", "has_sig": false, "md5_digest": "0460af845ea2cf04234741de68ad2bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19215, "upload_time": "2010-12-23T15:52:15", "url": "https://files.pythonhosted.org/packages/f7/b3/c7873f559c57775cc6519de64af728c8c7327d1651492d199d6fcca237e9/zopeskel.unis-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "08a3413e94abfa6f269129a7b64bea11", "sha256": "ce2e79141a6c71182b11391fadbe31ebbbc9833ae25b144efce240b0bfd655d1" }, "downloads": -1, "filename": "zopeskel.unis-1.5.tar.gz", "has_sig": false, "md5_digest": "08a3413e94abfa6f269129a7b64bea11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19215, "upload_time": "2011-01-07T11:23:32", "url": "https://files.pythonhosted.org/packages/ca/ee/9b0741c774ed94e211171789800c134c288fe37fb53753c6d7ca7f5b4612/zopeskel.unis-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "158a1ed85b389e73d16f85cc732541c4", "sha256": "b72dd4e3027dd517fd961ae70549436c73bff0e3359684f36eb27e5d643be8d3" }, "downloads": -1, "filename": "zopeskel.unis-1.6.tar.gz", "has_sig": false, "md5_digest": "158a1ed85b389e73d16f85cc732541c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23446, "upload_time": "2011-01-27T10:45:51", "url": "https://files.pythonhosted.org/packages/f2/d2/8ac448f8e02a10418597a70c50d95165ba5e5162aa6e5957adb022aea606/zopeskel.unis-1.6.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "07fbaede3d75a55ccceb02ceadbe195d", "sha256": "24802fbcbb59895f56b232d665a487e8ae9fd543213086500d81ebb2179ffa54" }, "downloads": -1, "filename": "zopeskel.unis-1.7.tar.gz", "has_sig": false, "md5_digest": "07fbaede3d75a55ccceb02ceadbe195d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52282, "upload_time": "2011-04-20T03:45:20", "url": "https://files.pythonhosted.org/packages/4c/b1/cb4da3b5e73f4a00a60ee2f3cb1fa366b037a2a2ddecb0d9dddfc959c084/zopeskel.unis-1.7.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "efe15e3e36ddc70f1e0a0447856cf24d", "sha256": "cd355d60164b1644c7f8aa175bf427239732aa892a0a8659d702364fa93345f9" }, "downloads": -1, "filename": "zopeskel.unis-1.8.tar.gz", "has_sig": false, "md5_digest": "efe15e3e36ddc70f1e0a0447856cf24d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52969, "upload_time": "2011-05-02T18:03:28", "url": "https://files.pythonhosted.org/packages/cd/52/86c1679ad170d1cb4e22b89ed9b41c6e479fd2de902bb8ad8e14f5fe62f3/zopeskel.unis-1.8.tar.gz" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "536bb720b668fad2b71f1e35bea2fcac", "sha256": "bfb744c136c1635e1a292c57be3620aef6882132c38e7e0543841121b9eaaa10" }, "downloads": -1, "filename": "zopeskel.unis-1.9.tar.gz", "has_sig": false, "md5_digest": "536bb720b668fad2b71f1e35bea2fcac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53213, "upload_time": "2011-07-28T15:11:25", "url": "https://files.pythonhosted.org/packages/5c/3e/8c40f99515703faf68eeda3cf310f8be2ed6525f2411604616038d83375f/zopeskel.unis-1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb0e52f6bb12e0e2633c86e5e9ab0969", "sha256": "46d98a3e2c648dddce4840eae1e1ee71f50fa33ab4d6c821173d72df8bf6a132" }, "downloads": -1, "filename": "zopeskel.unis-1.14.zip", "has_sig": false, "md5_digest": "cb0e52f6bb12e0e2633c86e5e9ab0969", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77463, "upload_time": "2012-12-17T16:01:02", "url": "https://files.pythonhosted.org/packages/97/bc/aa4ea8809d8d94186bba907d0667ec366053eca2ec2b509d1987a0e09487/zopeskel.unis-1.14.zip" } ] }