Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

update for Plone 5.1? #25

Open
tkimnguyen opened this issue Mar 24, 2018 · 1 comment
Open

update for Plone 5.1? #25

tkimnguyen opened this issue Mar 24, 2018 · 1 comment
Assignees

Comments

@tkimnguyen
Copy link
Member

I see this is a dependency of [email protected]:collective/training-sandbox.git but don't really know my way around here...

5.1.0 is out and 5.1.1 is in pending

@zupo
Copy link
Member

zupo commented Apr 9, 2018

Hey @tkimnguyen! I just upgraded our intranet to 5.1.2. It turned out to be much easier to use https://github.com/niteoweb/heroku-buildpack-buildout instead, since that gets more love due to us using it for Pyramid projects daily. Most of the things stay the same, but you need to add the following lines to the [instance] section and use https://github.com/zupo/plone.recipe.zope2instance/tree/4.x:

instance-home = /app/parts/instance
client-home = /app/var
lock-file = /app/var/instance.lock
pid-file = /app/var/instance.pid
rel-storage =
    dsn $(DATABASE_URL)
http-address = 0.0.0.0:$(PORT)

Which is amazing progress since 3 years ago when Plone needed a dedicated buildpack. After https://github.com/plone/plone.recipe.zope2instance/pull/39/files is merged and released, Plone can be used on Heroku with easy, using the zc.buildout buildpack linked above.

I'll write up a blog post about this when I find time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants