Skip to content

casivaagustin-zz/drupalcon-mentoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Mentoring Trainning

This is a sandbox to the mentoring class in the Drupal Con LA

Properties

  • Debian Based machine
  • Shared folders via NFS
  • Default IP : 10.11.12.200
  • Default Shared : /var/www

PHP Packages

This command install all that I usually need for PHP

apt-get update
apt-get install phpmyadmin mysql-server memcached php5-memcached php5-xdebug php-apc php5-dev build-essential php-pear 

Composer installation

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Clone Dev from Drupal

Clone Dev Branch

 git clone --branch 8.0.x http://git.drupal.org/project/drupal.git

Vagrant up the machine, change the default vhost in apache to use /var/drupal instead of /var/www as DocRoot.

Create a database called drupal8, user root, pass toor.

Access to 10.11.12.200 and follow the installer.

About

This is what I did in the mentoring training in the Drupal Con LA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published