Installing Drush 8

Previously I discussed how to install Drush 6.x for use with Drupal 7. Here we’ll install Drush 8 for Drupal 8, specifically using Ubuntu 16.04 Server. The recommended method is to install using PHP’s Composer. First we install Composer itself: Then, install unzip to speed things up: Installing and Testing Drush 8 Install Drush 8.x: […]

Loading

Read More

CentOS 7: Kickstart Script

Basic CentOS 7 Kickstart installation script for setting up servers automatically. To use, create a bootable disc containing the script below in the /isolinux directory and type linux ks=cdrom:/ks.cfg at the boot: prompt. #version=RHEL7 # System authorization information auth –enableshadow –passalgo=sha512 # Use CDROM installation media # cdrom # Use network installation repo –name=base –baseurl=http://mirror.oss.ou.edu/centos/7.1.1503/isos/x86_64/ […]

Loading

Read More