Submitted by clemens on Fri, 2008/08/22 - 1:40pm
Intro
These are my notes when doing my first (drupal) presentation @ FrOSCon 2008 Drupal Room
This method uses the concepts
- All drupal sites in directory www
- All site-config in a separate directory
- All site-data in a separate directory
This way an upgrade to another drupal version runs smoothly. Hmmm this was about developer environment.
Add new local domain
Why do I need this? To make sites like http://nf.test http://nf.dev or http://froscon.demo
sudo su -
echo 127.0.0.254 froscon.demo >> /etc/hosts