Installing Ubuntu 12.04 Desktop for Drupal Development

These are the steps I went through to get my new install of Ubuntu 12.04 up and running.

Server Setup

http://klau.si/dev - Setting up phpmyadmin, MySQL, PHP and Apache. If you are exposing Apache to the world then I would advise disabling PHPMyAdmin from remote access. Simply add the following to /etc/phpmyadmin/apache.conf

    Order Deny,Allow
    Deny from All
    Allow from 192.168.x.x/24

http://randyfay.com/content/quick-guide-wildcard-apache-vhosts - Wild card Apache vhosts. http://mojahmedia.com/using-dnsmasq-and-virtual-host-wildcards-drupal-development.html - dnsmasq, its quite a bit lighter than Bind.

Drush Setup

  1. sudo apt-get install php-pear
  2. sudo channel-discover pear.drush.org
  3. pear install drush/drush

 Java Installation

http://www.devsniper.com/ubuntu-12-04-install-sun-jdk-6-7/

PHPStorm

Download PHPStorm and copy the directory into ~/Applications. Once you've installed PHPStorm  you can create a desktop shortcut and add it to search by going to Tools > Create Desktop Entry.

Add new comment

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.