Skip to content

Instantly share code, notes, and snippets.

@GoZOo
Last active December 22, 2015 19:39
Show Gist options
  • Select an option

  • Save GoZOo/6520890 to your computer and use it in GitHub Desktop.

Select an option

Save GoZOo/6520890 to your computer and use it in GitHub Desktop.
Installation d'un serveur lamp basique pour drupal
apt-get install apache2 php5 mysql-server phpmyadmin git-core vim curl php5-curl sendmail
# active apache mods
a2enmod rewrite headers expires
# install pear
wget http://pear.php.net/go-pear.phar
php go-pear.phar
# install drush
pear channel-discover pear.drush.org
pear install drush/drush
pear upgrade --force Console_Getopt
pear upgrade --force pear
pear upgrade-all
drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment