If you fancy Zope, on Ubuntu

If you fancy Zope getting up and running on Ubuntu takes no time. Install in the usual simple and lovely way:

sudo aptitude install zope3

and you’ll get Zope 3.3.1, and of course, all the dependencies. To create an instance run:

/usr/lib/zope3/bin/mkzopeinstance -d instancename -u adminuser:adminpass --service-user=youruser:youruser

The first two parameters are optional. It is going to ask interactively for that information if not provided. The last part is essential. If you don’t provide the service user (and group), it will try to make zope:zope the owner of the instance and will fail, as a normal user doesn’t have the privileges to that. And anyway, you are coding, running as zope:zope is for production, not for coding.

After that you are done. Enjoy!

Related posts:

  1. Encrypted home in Ubuntu 8.10
  2. Installing Rails 2 on Ubuntu
  3. Encrypted home in Ubuntu (or Kubuntu… or Xubuntu…)
  4. Encrypted home in Ubuntu (or Kubuntu… or Debian…)
  5. Unstable packages on Ubuntu

About J. Pablo Fernández

http://pupeno.om
This entry was posted in tutorial and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre user="" computer="" escaped="">