https://github.com/fourdigits/plone4-buildout
A Plone 4 buildout that works in 2018 (HTTPS, new buildout+setuptools)
https://github.com/fourdigits/plone4-buildout
Last synced: 10 months ago
JSON representation
A Plone 4 buildout that works in 2018 (HTTPS, new buildout+setuptools)
- Host: GitHub
- URL: https://github.com/fourdigits/plone4-buildout
- Owner: fourdigits
- Created: 2018-06-18T08:55:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T13:46:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T03:23:01.524Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Introduction
============
A Plone 4 buildout that works in 2018:
Uses HTTPS pypi link, new zc.buildout and setuptools.
Ready for use with mr.developer and custom version pinnings.
Buildout
--------
Buildout like so::
virtualenv --no-site-packages venv
./venv/bin/python bootstrap.py --buildout-version 2.11.4
./venv/bin/pip install setuptools==39.1.0
./bin/buildout
Custom eggs / version pinning
-----------------------------
See the `eggs.cfg` and `sources.cfg` in the `config` dir.