Second day at Lovely Systems

This is my second day at Lovely Systems. What a lovely company this is :-)

During these two days I’ve fixed the computer and installed plone, zope, subversion and all other software that I’m going to use.

I upgraded an old Ubuntu Breezy to a fresh Ubuntu Dapper. It’s so nice to be able to work with the computer during the upgrade. The good old:

apt-get update
apt-get upgrade
apt-get dist-upgrade

worked flawlessly. I fixed a blog account that I will use for notes. I have installed the performancing extension for Firefox so I can write blog posts inside the browser. It’s just an F8 press away. I also got a config file that I put in $HOME/.subversion. It will fix the newlines (\r\n vs \n) when commiting.

I installed plone and zope and made a directory structure like this:

/opt/local/zope28/

/opt/local/zope29/

/opt/local/zope32/

/home/tim/dev/zope-instances/

/home/tim/dev/zeo-instances/

/home/tim/dev/products-dirs/

So I have three zope installations. products-dirs directory will contain a Plone-2.5, Plone-2.1.2 directory and some collective products.

Leave a Reply