Skip to content

Commit

Permalink
Add mxmake and mxdev for creating an instance and test using pip.
Browse files Browse the repository at this point in the history
This is part of plone/Products.CMFPlone#3670

This combines three PRs:

* #903
* #931
* #932

See `README-make.md` for instructions.

This actually needs a change in `Products.CMFPlone`: it needs a `five:registerPackage`.
Otherwise the Zope instance only works with a release of Products.CMFPlone, and not with an editable install (or src checkout).
I will make a PR for that.
  • Loading branch information
mauritsvanrees committed Aug 29, 2024
1 parent 9bc3b36 commit e1dd876
Show file tree
Hide file tree
Showing 10 changed files with 948 additions and 46 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
/documentation
/etc
/experimental/develop/
/instance/
/pyvenv.cfg
bin
constraints-mxdev.txt
coverage/
develop-eggs
downloads
Expand All @@ -41,10 +43,12 @@ packages
parts
pip-selfcheck.json
report/
requirements-mxdev.txt
src
temp_resources
var
versions.html
/venv/
/venvs/
/share/
__pycache__
Loading

0 comments on commit e1dd876

Please sign in to comment.