| Version 2 (modified by andycat, 5 years ago) (diff) |
|---|
Instructions for Installing Plumi 0.2-final, Plone 2.5.5 using the buildout
- Make a new folder to hold the buildout, and change into that
$ mkdir plumi-0.2-final $ cd plumi-0.2-final/
- Check out the buildout from SVN.
$ svn co https://svn.engagemedia.org/project/plumi-buildout-plone2.5/trunk .
- Start the buildout process, which will download all the required Zope and Plone python software libraries.
$ python bootstrap.py $ ./bin/buildout
- Start up the instance, initially in the 'foreground'
$ ./bin/instance fg
- Now you can surf to your new plumi site at http://your.machine:8080/
- 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
- Check out the buildout from SVN
svn co https://svn.engagemedia.org/project/plumi-buildout-plone3/trunk .
- Start the buildout process, which will download all the required Zope and Plone python software libraries.
$ python bootstrap.py $ ./bin/buildout
- Start up the instance, initially in the 'foreground'
$ ./bin/instance fg
- Now you can surf to your new plumi site at http://your.machine:8080/
- 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.
