Tag: cms
-
Installing Plone on Debian
A little howto to quickly install and try Plone (a GPL’d CMS based on Zope) on your linux box. Well, the installer seems to do the job nicely. 🙂 Tested on Plone 3.* version, Debian “Lenny”. apt-get install g++ Download latest version of Plone (Unified Installer) Execute: tar zxvf Plone-YOURVERSION-UnifiedInstaller.tgz cd Plone-YOURVERSION-UnifiedInstaller ./install.sh standalone gedit […]
-
moving files directory in Drupal
I’ve a multisite installation of Drupal 5.x, a modified Garland theme and user pictures (avatars) enabled. Till now, I used a single “/files” directory for all sites…yes, it sounds freaky (and it’s). I want to enable image upload, so now I want to create something like “files/my1stsite” without Drupal explodes. How to do that? If […]