Popular content
- KVM install on Ubuntu 9.10 (8,512)
- Drupal development environment on VMware (4,749)
- Drupal LAMP in Virtual Server (3,284)
- Drupal 6 and Ubuntu 9.04 Jaunty (2,662)
- Drupal install (2,600)
- script to start and stop VM guests on VMware server (2,574)
- VMware maintenance tasks (2,425)
Drupal
State of Drupal in Ubuntu 9.10 (Karmic Koala)
Submitted by doka on 2009, November 1 - 12:56After the new version of Ubuntu (9.10 or Karmic Koala) has been released, I put here a short status on Drupal 6 packages in Ubuntu.
The good new is that there is a package for Drupal 6 in most recent Ubuntu versions:
- Jaunty Jackalope (9.04) has Drupal 6.10
- Karmic Koala (9.10) has Drupal 6.12
- Lucid Lynx (10.04) - not yet released - has Drupal 6.12
- doka's blog
- Add new comment
- Read more
- 1289 reads
How to setup Drupal development server from Ubuntu 9.04 server
Submitted by doka on 2009, May 10 - 14:27Even in the Ubuntu Server 9.04 there is a nice LAMP option with Apache, PHP and MySQL, some more steps are necessary to turn Ubuntu Server 9.04 into a real Drupal development environment. After these steps, you will have a development server, where all Drupal versions, unlimited number of domains and development projects can be set up. Use this tutorial to get a more sophisticated Drupal development environment. And don't forget, there is a simple way in Ubuntu 9.04 for Drupal 6: sudo apt-get install drupal6
- Add new comment
- Read more
- 2377 reads
Drupal 6 and Ubuntu 9.04 Jaunty
Submitted by doka on 2009, April 15 - 13:29
sudo apt-get install drupal6
Thanks for Markus Heberling and Luigi Gangitano!
- doka's blog
- 1 comment
- 2662 reads
Drupal LAMP in Virtual Server
Submitted by doka on 2009, February 15 - 12:53With some scripting on Ubuntu 8.10 (Intrepid Ibex) we can simple generate fully customised Drupal LAMP development servers, as virtual appliance to VMware, or to other virtualization environments like XEN or KVM. In this how-to I'll show how to use this method to have various development or test servers in one hardware box running Ubuntu 8.10 and VMware Server 2.0.
I'm using a machine with Ubuntu 8.10 (Intrepid Ibex) and VMware Server 2.0, as my host system. VMware Server 2.0 install on Ubuntu 8.10. can be learned here or here. We will need free IP addresses for the virtual machines, so you will need a properly configured DHCP server or a router, as well.
- Add new comment
- Read more
- 3284 reads
Drupal install
Submitted by doka on 2008, August 30 - 18:46How to install Drupal development environment.
- Add new comment
- Read more
- 2600 reads
Drupal development environment on Ubuntu LAMP
Submitted by doka on 2008, June 22 - 16:42I have started a series of tutorials to describe how to set up a Drupal development environment on Ubuntu 8.04 LTS (Hardy Heron) LAMP server. This LAMP server can be a virtual machine over VMware server.
Session 1: Setting up the LAMP server as a virtual machine
Session 2: Additional components to the LAMP server: webmin, phpMyAdmin, NFS, PHP GD library
Session 3: Configuring the LAMP server: networking, NFS, firewall
Session 4: Drupal install
- doka's blog
- Add new comment
- Read more
- 1391 reads
Searching for user/2
Submitted by doka on 2008, June 1 - 09:03After a fresh install of Drupal 6.2, create the second user (you have already the user/1), and this user will be the user/3. So user/2 is just missing (page not found). I issued this as a bug report (http://drupal.org/node/259909) and the answer was:
"This is a known issue caused by a quirk of MySQL when dealing with auto-increment fields. Aside from the gap in the sequence it is not actually a problem."
That's fine so far, and I'm just re-publish this story here for others not reading the issue queue, but searching for the user/2
- Add new comment
- 739 reads
Drupal 6 maintenance releases
Submitted by doka on 2008, April 13 - 16:52There is already the second maintenance release for Drupal 6, followed in short time. Both releases correct something only in D6. It means, D6 has introduced some new bugs and/or features with security leaks. I hope it's over now ...
I updated the site, and still waiting for the Views for D6.
- doka's blog
- Add new comment
- 1029 reads
Simple image handling in D6 with image filter module
Submitted by doka on 2008, February 16 - 17:03For Drupal 6 there is the handy image file filter module to insert images into the content.
Update: the evolution of the module is very fast, and the features are also changing. The usability is improving, but some hints below may become misleading in time.
After the setup, you just have to upload the image file to the node as an attachment, set the orientation, and that's all. Look:

- Add new comment
- Read more
- 1465 reads
Site runs on Drupal 6
Submitted by doka on 2008, February 10 - 18:32I decided to upgrade my site content and design to Drupal 6. It runs now without any problem. I'm still waiting for some contributed modules like CCK and Views, but the main features are already alive!
- doka's blog
- Add new comment
- 1053 reads