Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 842 Bytes

Plone Stack

Batteries includes

Components

  • Postgresql (from philipsahli/postgresql-test)
  • NGINX Frontend Webserver (for the site)
  • Plone 5.1.2

Plone Eggs

  • RelStorage
  • RelStorage[postgresql]
  • plonetheme.cleanblog
  • plonetheme.booster
  • plone.app.mosaic
  • collective.disqus (2.2)
  • zope.formlib
  • zope.processlifetime

How to run

docker-compose

git clone https://github.com/sahlinet/plone-stack.git 
cd plone-stack/images/plone
docker-compose up

Kubernetes

helm repo add plone-stack https://sahlinet.github.io/plone-stack/helm/plone-stack
helm install plone-stack/plone-stack -n my-plone

Minikube (for local testing)

helm install plone-stack/plone-stack -n my-plone -f https://raw.githubusercontent.com/sahlinet/plone-stack/master/helm/plone-stack/values-minikube.yaml