starzel / plone

A minimal Plone buildout for a Python debugging workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Plone demo for debugging

Installation

git clone https://github.com/starzel/plone
cd plone

# Create and enable virtualenv:
python3 -m venv .
source bin/activate

# install
pip install -r requirements.txt
buildout

Run application

# Start it:
./bin/instance fg

Open in http://localhost:8080

About

A minimal Plone buildout for a Python debugging workshop