Created
July 5, 2018 11:40
-
-
Save kkappel/f12593bbf75074b6ad178cf1279ae6ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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