E-VS Drupal Stack for CentOS

Last updated: June 29, 2011

Welcome to the pre-configured E-VS Drupal Stack for CentOS by Network Redux.

  • Apache
  • MySQL
  • PHP
  • Apache Solr on Tomcat
  • Drush

Solr available through - http://ipaddress:8080/solr/

DocumentRoot

All sites will live under the user deploy with a DocumentRoot of /home/deploy/www – To create a new site, please see the example under that directory as your reference.

VirtualHost

Creating new sites can be done by making a new virtualhost under /etc/httpd/conf.d/ - You may refer to the 'example.networkredux.conf' file as an example.

[root@example ~]# cat /etc/httpd/conf.d/example.networkredux.conf

    ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot /home/deploy/www/example.networkredux.com
    ServerName example.com
    ErrorLog logs/example.com-error_log
    CustomLog logs/example.com-access_log common

MySQL

By default can be accessed directly as the root user simply by typing mysql from the command line.

Tags: e-vs, drupal, optimized, centos