An open API service indexing awesome lists of open source software.

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)

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.