Installs a wxPython-based Plone controller for OS X
Project description
This zc.buildout recipe installs an OS X, wxPython-based visual controller for Plone.
Typical usage in a Plone buildout:
parts= ... osxcontroller ... [osxcontroller] recipe = plone.recipe.osxinstaller
Code repository: http://svn.plone.org/svn/collective/buildout/plone.recipe.osxcontroller
Questions and comments to: setup@lists.plone.org mailing list.
Report bugs at https://dev.plone.org/plone - component Installer, OS X.
Detailed Documentation
Example usage
We’ll start by creating a buildout that uses the recipe:
>>> write('buildout.cfg', ... """ ... [buildout] ... parts = controller ... ... [controller] ... recipe = plone.recipe.osxcontroller ... """)
Running the buildout gives us:
>>> print 'start', system(buildout) start... Installing controller. <BLANKLINE>
Let’s look for the symlinks to our app:
>>> ls(sample_buildout) - .installed.cfg d PloneController.app d bin - buildout.cfg d develop-eggs d eggs d parts
Contributors
Steve McMahon, Author
Change history
0.2 (2008-12-16)
Change to copy controller app to dest [Steve McMahon].
0.1 (2008-11-30)
First release [Steve McMahon].
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for plone.recipe.osxcontroller-0.2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40cbbd8aba2e0327708545525ac6a95ad7a0384c9155c84f779c6a2ebb4b0933 |
|
MD5 | 15cda4efe49b1f092228979d4b7be05a |
|
BLAKE2b-256 | 9e11609b82eef820e8fc85d26ff2fece1ccce0430dc84da02c7619e28d1d6b95 |