Skip to content

Instantly share code, notes, and snippets.

View toutpt's full-sized avatar
👨‍💻

Jean-Michel toutpt

👨‍💻
View GitHub Profile
@toutpt
toutpt / plonedeps.sh
Created February 19, 2012 18:28
linux dependencies for Plone
#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
@toutpt
toutpt / .gitignore
Created February 9, 2012 14:25
test
bin
develop-eggs
.installed.cfg
.mr.developer.cfg
*.egg-info
*.pyc
parts
@toutpt
toutpt / balancer.conf.template
Created January 27, 2012 13:21
cyn.in production configuration
# 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
@toutpt
toutpt / buildout.cfg
Created January 21, 2012 11:09
TMP: reply to question on ML
############################################
#
# 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.
#
@toutpt
toutpt / collective-classifiers.py
Last active September 29, 2015 17:47
common classifiers for collective addons
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",