wiki:HowToInstallPlumiUsingTheBuildout

Version 14 (modified by datakid, 4 years ago) (diff)

--

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

-1. Prerequisites: build-essential python2.4-dev python2.4-imaging python2.4-elementtree python2.4-setuptools, python-profiler # necessary for Five, you might will have to enable non-free repos

We use a debian-based system:

$ aptitude install build-essential python2.4-dev python2.4-imaging python2.4-elementtree python2.4-setuptools
$ aptitude install python-profiler  # neccessary for Five, you might will have to enable non-free repos
$ easy_install-2.4 simplejson
  1. Make a new folder to hold the buildout, and change into that
$ mkdir plumi-0.2.2-final
$ cd plumi-0.2.2-final/
  1. Check out the buildout from SVN.
$ svn co https://svn.engagemedia.org/project/plumi-buildout-plone2.5/tags/plumi-0.2.2-final-1/ .
  1. Start the buildout process, which will download all the required Zope and Plone python software libraries.
$ python2.4 bootstrap.py

$ ./bin/buildout #this will need to be done as root/with sudo

If the buildout fails - check the buildout instructions themselves -  https://svn.engagemedia.org/project/plumi-buildout-plone2.5/tags/plumi-0.2.2-final-1/README.txt

  1. Start up the instance, initially in the 'foreground'
$ ./bin/instance fg

  1. 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/
  1. 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.2-final is  https://svn.engagemedia.org/project/indytube/tags/plumi-0.2.2-2

cd /path/to/plumi-0.2.2-final/indytube/

Read the install documentation here - http://plumi.org/browser/indytube/tags/plumi-0.2.2-2/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.

  1. Make a new folder to hold the buildout, and change into that
$ mkdir plumi-0.3-alpha
$ cd plumi-0.3-alpha/

  1. Check out the buildout from SVN
svn co https://svn.engagemedia.org/project/plumi-buildout-plone3/trunk .
  1. Start the buildout process, which will download all the required Zope and Plone python software libraries.
$ python bootstrap.py

$ ./bin/buildout

  1. Start up the instance, initially in the 'foreground'
$ ./bin/instance fg

  1. 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/
  1. 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.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.