My tips&tricks, feedbacks and best practices around Drupal. I'm fan of this CMS, and my learning curve is improving ...

VMware Server 2 install on Ubuntu 9.04

How to install VMware Server 2.0.1 (build 156745) on Ubuntu 9.04 (Jaunty Jackalope).

Go to the VMware download page. Login or register, and you also get two license keys: one for VMware install on Linux hosts, the other one for MS. Download the TAR file for Ubuntu, I use the 32 bit version of VMware Server 2 for Linux Operating Systems.

Then we need to install some Ubuntu packages in order to be able to compile the VMware code:

How to setup Drupal development server from Ubuntu 9.04 server

Even 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

Drupal 6 and Ubuntu 9.04 Jaunty

static.png
The new Ubuntu version (Ubuntu 9.04 or the Jaunty Jackalope) is coming soon. One of the good news is there is a Jaunty pocket release of Drupal in component universe and section web. So the install of Drupal on Ubuntu 9.04 will be as easy as:

sudo apt-get install drupal6

Thanks for Markus Heberling and Luigi Gangitano!

Drupal LAMP in Virtual Server

With 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.

VMware Server 2 install on Ubuntu 8.10

How to install VMware Server 2 on Ubuntu 8.10 (Intrepid Ibex).

script to start and stop VM guests on VMware server

Even VMware server 2.0 has a nice web GUI on https://localhost:8333/, you can use scripts to start and stop VM guest directly from your terminal.

Before use, you have to set some hard coded parameters, like HOST_USER.


#!/bin/bash
# This script will start/stop/status VMware machine
#
# Written by Ez-Aton
# http://www.tournament.org.il/run
#
# Modified for VMware server 2.0 by doka@wepoca.net
# http://www.wepoca.net
#
#

VMware Server 2 install on Ubuntu 8.04

How to install VMware Server 2 on Ubuntu 8.04 LTS host server.

Drupal development server install

How to install and configure a development server for Drupal projects on Ubuntu 8.04 LTS Server, as a LAMP server in virtual machine.

VMware server install and configuration

How to install VMware Server 1.0 on Ubuntu, there are a lot's of good stuff out there:

Drupal development environment on Ubuntu LAMP

I 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