Skip to content

Commit

Permalink
Add zope-init for Zope 4 with Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed May 22, 2024
1 parent a77913d commit c7bc8df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2577,6 +2577,13 @@ wagtail-sitepage-default:
python manage.py makemigrations sitepage
$(GIT_ADD) sitepage/

zope-init-default: # Zope 4 on Python 2
$(ENSURE_PIP)
python -m pip install Zope -r https://zopefoundation.github.io/Zope/releases/4.6.3/requirements-full.txt
mkwsgiinstance -d $(PROJECT_NAME) -u admin:admin
@echo "Created $(PROJECT_NAME)!"
$(MAKE) plone-serve

# ------------------------------------------------------------------------------
# More rules
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit c7bc8df

Please sign in to comment.