Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Drupal II - Instalacion

Drupal II - Instalacion

Jyr Gaxiola

April 26, 2012
Tweet

More Decks by Jyr Gaxiola

Other Decks in Programming

Transcript

  1. . . Drupal - Instalación [2] apache nginx [1] PHP

    - MySQL / MariaDB / Percona cherokee [4]
  2. . ◦ Preparando el stack: ▪ Instalar vagrant ▪ gem

    install vagrant ▪ gem install veewee ▪ download and install virtualbox ▪ Cocinar box ▪ git clone git://github. com/hackerhub/boxes.git ▪ vagrant basebox define your_name_box ubuntu-11.10- server-amd64 ▪ vagrant basebox build your_name_box vagrant basebox ▪ validate your_name_box vagrant basebox export your_name_box Drupal - Instalación Vagrant
  3. . ◦ Importar box ▪ vagrant box add 'your_name_box' 'your_name_box.box'

    ◦ Usar entorno ▪ vagrant init 'your_name_box' ▪ vagrant up ▪ vagrant ssh ◦ ejecutar sh /vagrant/shell/postinstall.sh ◦ Ir a phpmyadmin.dev ◦ Crear base de datos, usuario/password ◦ Reboot box Drupal - Instalación
  4. . ◦ Descargar drupal version 7 ▪ Descomprimir drupal-7.x.tar.gz ▪

    tar -zxvf drupal-7.x.tar.gz ▪ Copiar todos los archivos de la carpeta de drupal al htdocs ▪ ~/project/training ◦ Ir a http://training.dev/install.php Drupal - Instalación
  5. Fuentes [1] - http://dc.wikia.com/wiki/Apache_Chief_(Super_Friends) [2] - http://www.webhostingskills.com/open_source/articles/interview_with_creator_of_nginx_igor_sysoe [3] - http://labs.citrusbyte.com/images/vagrant.png

    [4] - http://image2.findagrave.com/photos250/photos/2006/49/10352_114035819478.jpg http://www.webhostingskills.com/open_source/articles/interview_with_creator_of_nginx_igor_sysoev