Instructions for Installing Plumi 0.2-final, Plone 2.5.5 using the buildout

0. Make a new folder to hold the buildout, and change into that

$ mkdir plumi-0.2-final
$ cd plumi-0.2-final/

1. Check out the buildout from SVN.

$ svn co https://svn.engagemedia.org/project/plumi-buildout-plone2.5/trunk .

2. Start the buildout process, which will download all the required Zope and Plone python software libraries.

$ python bootstrap.py

$ ./bin/buildout

If the buildout fails - check the buildout instructions themselves - http://plumi.org/browser/plumi-buildout-plone2.5/trunk/README.txt

3. Start up the instance, initially in the 'foreground'

$ ./bin/instance fg

4. Now you can surf to your new Zope based site at http://your.machine:8080/ . The Zope Management Interface is at http://your.machine:8080/manage/

5. After you add a Plone Site via the ZMI, follow the rest of the instructions from Step 4 onwards - http://dev.plone.org/collective/browser/Plumi/tags/plumi-0.2-final/INSTALL.txt - to setup the Plumi/Plone site via the ZMI. Basically then use the quick installer to add all the Plumi products.

and REMEMBER TO CHANGE THE ADMIN PASSWORD FROM THE DEFAULT.

Installing the transcoding application - Indytube

More about Indytube - http://plumi.org/wiki/IndyTube

The version which was released with Plumi 0.2-final is http://plumi.org/browser/indytube/tags/plumi-0.1-3

Using the buildout system , you should install indytube separately.

cd /path/to/indytube_install/
svn co https://svn.engagemedia.org/project/indytube/tags/plumi-0.1-3 indytube

Read the install documentation here - http://plumi.org/browser/indytube/tags/plumi-0.1-3/INSTALL


Instructions for Installing Plumi TRUNK for Plone 3 , plone4artists and blob storage using the buildout

This is ALPHA version software. Meaning -- it is NOT ready for production use, and is NOT ready for migration from plumi 0.2-final sites.

0. Make a new folder to hold the buildout, and change into that

$ mkdir plumi-0.2-final
$ cd plumi-0.2-final/

1. Check out the buildout from SVN

svn co https://svn.engagemedia.org/project/plumi-buildout-plone3/trunk .

2. Start the buildout process, which will download all the required Zope and Plone python software libraries.

$ python bootstrap.py

$ ./bin/buildout

3. Start up the instance, initially in the 'foreground'

$ ./bin/instance fg

4. Now you can surf to your new Zope based site at http://your.machine:8080/ . The Zope Management Interface is at http://your.machine:8080/manage/

5. After you add a Plone Site via the ZMI, follow the rest of the instructions from Step 4 onwards - http://dev.plone.org/collective/browser/Plumi/tags/plumi-0.2-final/INSTALL.txt - to setup the Plumi/Plone site via the ZMI. Basically then use the quick installer to add all the Plumi products.

and REMEMBER TO CHANGE THE ADMIN PASSWORD FROM THE DEFAULT.