15
Apr
The future of OpenID, I believe, is more likely to be in hundreds… thousands of little web applications consuming OpenID because it comes built in with the framework used to build the application than the big guys consuming it:
Django
Ruby on Rails
Zope/Plone
Posted in Ruby on Rails, Zope, Django, micro, OpenID, Plone | No Comments »
15
Dec
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 […]
Posted in other, Ubuntu, Kubuntu, Zope | No Comments »