Skip to content

Instantly share code, notes, and snippets.

@cordoval
Created October 4, 2011 05:27
Show Gist options
  • Select an option

  • Save cordoval/1260964 to your computer and use it in GitHub Desktop.

Select an option

Save cordoval/1260964 to your computer and use it in GitHub Desktop.
Automating machine testing code (php)
# 0. Pasos previos si se clona de VirtualBox
# 0.1. para evitar problemas con eth0, eliminar y reiniciar la maquina:
$ sudo rm /etc/udev/rules.d/70-persistent-net.rules
# 1. Actualizando el sistema
$ sudo apt-get update
# 2. Instalar php y pear para usar en terminal
# Ver: https://gist.github.com/1074228#file_0_php_cli.sh
# 3. Instalar sun-java-jre y sun-java-jdk
# Ver: https://gist.github.com/1258127#file_ubuntu_v11.04.sh
# 4. Instalar Jenkins CI
# Ver: https://gist.github.com/1258167#file_ubuntu_v11.04.sh
# 5. Instalar Behat para symfony
# http://docs.behat.org/bundle/index.html
$ pear channel-discover pear.symfony.com
$ pear channel-discover pear.behat.org
$ pear install behat/behat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment