Skip to content

unweb/wsgi-plone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Requirements

Before running the buildout make sure you have the header files of liblxml2 and libxslt:

sudo aptitude install libxslt1-dev libxml2-dev

Buildout

Clone this repository:

git clone git://github.com/unweb/wsgi-plone.git

You are now ready to run buildout:

cd wsgi-plone/
python2.6 bootstrap.py
./bin/buildout -v

Starting

To start Plone simply run:

./bin/supervisord

To check if everything is working:

./bin/supervisorctl status

Should show something like:

gunicorn                         RUNNING    pid 17955, uptime 0:00:09
zeo                              RUNNING    pid 17956, uptime 0:00:09

Now visit http://127.0.0.1:8000 to create a new Plone site.

Warning

Sunburst conflicts with plone.classic theme. For sunburst to work deactivate Plone Classic theme from Site Setup -> Add-ons

If you want to stop it, run:

./bin/supervisorctl shutdown

About

Example of Plone deployment with WSGI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages