Created
October 4, 2011 05:27
-
-
Save cordoval/1260964 to your computer and use it in GitHub Desktop.
Automating machine testing code (php)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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