Skip to content

jean/hello_plone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a “hello world” style tutorial/application for Plone, aimed squarely at Python developers.

See: http://blog.aclark.net/2011/08/20/hello-plone/ for more.

Installation

You can run "hello plone" like so:

$ git clone git://github.com/aclark4life/hello_plone.git
$ cd hello_plone
$ virtualenv -p python2.6 .
$ python bootstrap.py -d
$ bin/buildout
$ bin/plone fg

Now open http://localhost:8080/Plone/hello

This will use the system installation of Python 2.6. If you want to use a local installation of Python, specify it in the virtualenv call.

About

Hello World in Plone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%