Skip to content

Instantly share code, notes, and snippets.

@kkappel
Created July 5, 2018 11:40
Show Gist options
  • Select an option

  • Save kkappel/f12593bbf75074b6ad178cf1279ae6ea to your computer and use it in GitHub Desktop.

Select an option

Save kkappel/f12593bbf75074b6ad178cf1279ae6ea to your computer and use it in GitHub Desktop.
#!/bin/bash
# Create Plone Instance Server based on debian 9
#
# (c) 2018 by Klaus Kappel
apt install sudo zlib1g-dev libjpeg-dev
apt install python2.7 python2.7-dev python-setuptools python-dev build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev
apt install libreadline-dev wv poppler-utils
wget https://launchpad.net/plone/5.1/5.1.2/+download/Plone-5.1.2-UnifiedInstaller.tgz
tar xzvf Plone-5.1.2-UnifiedInstaller.tgz
cd Plone-5.1.2-UnifiedInstaller
. install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment