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
#utilities to download and extract | |
apt-get install wget curl tar unzip bzip2 gzip readline-common | |
#system deps | |
apt-get install libxml2 libxslt1 libjpeg62 libpng12-0 libpng3 | |
#compile stuff | |
apt-get install build-essentials python-dev | |
apt-get install libssl-dev zlib1g-dev libreadline5-dev libjpeg62-dev libxml2-dev libxslt1-dev |
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 | |
develop-eggs | |
.installed.cfg | |
.mr.developer.cfg | |
*.egg-info | |
*.pyc | |
parts |
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
# This is the default haproxy load balancing configuration. It uses will | |
# load balance four ZEO clients. | |
# | |
# Note that balancer.conf is generated from balancer.conf.template. | |
# | |
global | |
log ${host:syslog} local6 | |
# We manage this with supervisor |
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
############################################ | |
# | |
# Buildout Configuration File for Standalone Plone | |
# ------------------------------------------------ | |
# $LastChangedDate: 2009-05-24 11:24:17 -0700 (Sun, 24 May 2009) $ | |
$LastChangedRevision: 27095 $ | |
# | |
# After making changes in this configuration file, | |
# you should run bin/buildout to update the components. | |
# |
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
classifiers=[ | |
"Environment :: Web Environment", | |
"License :: OSI Approved :: GNU General Public License (GPL)", | |
"Operating System :: OS Independent", | |
"Framework :: Zope2", | |
"Framework :: Plone", | |
"Framework :: Plone :: 4.0", | |
"Framework :: Plone :: 4.1", | |
"Framework :: Plone :: 4.2", | |
"Framework :: Plone :: 4.3", |
NewerOlder