When I want to install a new site on my laptop I do the following
sudo echo test 127.0.0.12 > /etc/hostsvi /etc/apache2/sites-available/testmkdir -p /home/me/sites/testsudo a2ensite test
sudo /etc/init.d/apache2 reloadping test
wget testNow suppose the directory /home/me/sites/test is actually a symlink to drupal? Then it become easier to install 10 sites with another few tricks.
Reacties
Nieuwe reactie inzenden