Popular content
- KVM install on Ubuntu 9.10 (4,487)
- Drupal development environment on VMware (3,991)
- Drupal LAMP in Virtual Server (2,435)
- Drupal install (2,153)
- Drupal 6 and Ubuntu 9.04 Jaunty (2,065)
- VMware maintenance tasks (1,876)
- VMware Server 2 install on Ubuntu 8.04 (1,858)
karmic
Provisioning virtual machines for KVM
Submitted by doka on 2009, November 22 - 10:41I describe here an automated installation procedure to easily create Ubuntu virtual servers on the KVM hypervisor, using vmbuilder.
All the attributes of the virtual server will be defined in configuration files, so we will be able to reproduce and tune our server configurations later. Using this technique, complete server stacks can be provisioned. In this example we will create a virtual server for Drupal development. We apply some performance tuning for the install process, and the automated install of a new Drupal developer server can happen in 10 Minutes.
You will need an Ubuntu box with KVM and other tools for this exercise. How to get the proper environment with KVM working on Ubuntu 9.10, check this Howto.
- Add new comment
- Read more
- 461 reads
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
- 678 reads
KVM install on Ubuntu 9.10
Submitted by doka on 2009, October 31 - 22:59How to install KVM (Kernel Virtual Machine) on Ubuntu 9.10 (Karmic Koala), 64 bit edition (x86_64).
We implement here the virtualisation philosophy of Ubuntu: we use KVM as backend virtualisation technology, libvirt as its toolkit/API, and the frontends for managing VMs include will be virt-manager (GUI) and virsh (CLI).