Posted by Anonymous on July 4, 2011 at 5:33pm
Last updated by Anonymous on Mon, 2011-07-04 17:47
Last updated by Anonymous on Mon, 2011-07-04 17:47
Von Vorteil ist die Installation auf einem Computer mit unix-ähnlichem Betriebssystem (z.B. Linux, *BSD oder Mac OS)
Es sollten ein Webserver (z.B. Apache mit mod_php) und ein Datenbank-Server (z.B. MySQL) installiert sein.
Es wird empfohlen, drush und drush_make zu benutzen, da wir ein drush-Makefile zum Herunterladen aller notwendigen Resourcen anbieten.
Drush installieren
mkdir ~/.drush
cd .drush
git clone git://git.drupal.org/project/drush
cd drush/
git tag
git checkout 7.x-4.4
cd ~/bin
ln -sf ../.drush/drush/drush .
Drush_make installieren
cd ~/.drush
git clone git://git.drupal.org/project/drush_make
cd drush_make
git tag
git checkout 6.x-2.2