yum install php-mbstring(Via SO)- /etc/php.ini: Add
extension=mbstring.so
- /etc/php.ini: Add
yum install php-gd(For Drupal image manipulation)
yum install mysql-server
mysql_secure_installation
yum install php-pear
pear version
pear channel-discover pear.drush.org
pear install drush/drush
- Using drush to synchronize and deploy sites
- Migrating drupal site between servers with Drush
- Drupal on Nginx
- Note: The following sections will be added by Ajenti, so leve them out
server_name domain.tld;root /var/www/drupal7;location ~ \.php$ { .. }
- Note: The following sections will be added by Ajenti, so leve them out
- Clear Cache:
drush @my_site_alias cc all - Disable clean URLs:
drush @my_site_alias vset clean_url 0