Skip to content

theelmix/ploneconf2015.buildout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plone Conf 2015 buildout

Debian/Ubuntu CentOS dependency for
python 2.7 python 2.7 buildout
python-dev python-devel buildout
python-test python-test buildout
wget wget buildout
gcc gcc buildout
libxml2-dev libxml2-devel buildout
libxslt-dev libxslt-devel buildout
libjpeg-dev libjpeg-turbo-devel Pillow
automake automake varnish
autotools-dev autoconf varnish
libedit-dev libedit-devel varnish
libjemalloc-dev jemalloc-devel varnish
libncurses-dev ncurses-devel varnish
libpcre3-dev pcre-devel varnish
libtool libtool varnish
pkg-config pkgconfig varnish
python-docutils python-docutils varnish
python-sphinx python-sphinx varnish

Connect to the production server (10.0.0.56) using your local account.

$ su zope-www
$ cd /var/local/ploneconf2015.buildout
$ git pull
$ ./install.sh
$ bin/buildout
$ bin/varnish
$ bin/zope-start
$ bin/zope-restart
$ kill -9 `cat parts/varnish/varnish.pid`
$ bin/zope-stop
$ su zope-www
$ cd /var/local/ploneconf2015.buildout
$ git pull
$ bin/develop up
$ bin/buildout
$ bin/zope-restart
$ parts/varnish-build/bin/varnishadm
> stop
> start
$ crontab -u zope-www -e
@reboot cd /var/local/ploneconf2015.buildout && bin/varnish && bin/zope-start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • VCL 62.3%
  • Python 36.8%
  • Shell 0.9%