wiki:HowToInstallPlumiUsingTheBuildout

Version 2 (modified by andycat, 5 years ago) (diff)

--

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

  1. 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 .
  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 plumi site at  http://your.machine:8080/
  1. Follow the rest of the instructions here - - to setup the Plumi/Plone? site via the ZMI

and REMEMBER TO CHANGE THE ADMIN PASSWORD FROM THE DEFAULT.

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

This is ALPHA version software

  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 plumi site at  http://your.machine:8080/
  1. Follow the rest of the instructions here - - to setup the Plumi/Plone? site via the ZMI

and REMEMBER TO CHANGE THE ADMIN PASSWORD FROM THE DEFAULT.