Skip to content
/ plone Public

A minimal Plone buildout for a Python debugging workshop

Notifications You must be signed in to change notification settings

starzel/plone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks