Sections
You are here: Home Documentation How-tos How to install EasyShop from trunk
Document Actions

How to install EasyShop from trunk

Description on how to install EasyShop from trunk.

Prerequisities

  • Python 2.4.x

Step by step

Install the buildout (without admin rights / Google id)

  • svn co http://easyshop-for-plone.googlecode.com/svn/buildout/3.0-Anonymous/ easyshop.buildout
  • cd easyshop.buildout
  • python bootstrap.py
  • bin/buildout -v (this will take a while)
  • bin/instance fg

Install the buildout (with admin rights / Google id)

  • svn co https://easyshop-for-plone.googlecode.com/svn/buildout/3.0/ easyshop.buildout
  • cd easyshop.buildout
  • python bootstrap.py
  • bin/buildout -v (this will take a while)
  • bin/instance fg

Running tests (~240)

  • bin/instance test -m easyshop.core

Install EasyShop

  • Add a Plone instance as you used to do
  • Go to <Plone instance>/"Site Setup"/"Add-on Products" and install just "EasyShop?" (all other packages/Products will be installed automatically)
    Now you can add an "EasyShop" object like all other Plone content objects

Further information

Please be aware that you are using code which is under development. There is no warranty that there might be some changes which could break your existing shop.