Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant mysql @tech:vagrant:vagrantfile
- edor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> == con docker (problema sin resolver, la VM arr... l mysql la primera vez, pero no las posteriores) <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = ... ysql --env MYSQL_ROOT_PASSWORD=admin" end end </code> == 5.5 standalone el fichero **tar.gz** ya está
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- edor (por restricciones de licencia o firewall), <code bash>docker run -d -p 9090:80 -v $PWD:/http tiagoad/nginx-index</code> == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ub... ovision "shell", path: "addInsecureKey.sh" end </code> == tomcat7+oracle8 <code bash; install.sh> #!/b
- VAGRANT
- /www.rubydoc.info/gems/vagrant-hosts/2.6.2]] * <code ruby> Vagrant.configure('2') do |config| config... mypuppetmaster', 'puppet' ] end end </code> === disk-size * ''vagrant plugin install vagra... cotejarlo con la información de **VBoxManage**: <code bash> find /home/mate/Vagrant -name action_provision </code> <code bash> for var in $(find ~/Vagrant -name ac
- vagrantfile
- * never * once * inline (key/value): <code>config.vm.provision [name] type: "shell", path: "bootstrap.sh"</code> * Ruby block: <code>config.vm.provision [name] :shell, inline: "echo hello"</code> * <code> config.vm.provision [name] "shell"
- vagrant php @tech:vagrant:vagrantfile
- = vagrant php {{tag>Vagrantfile}} == php5 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| ... l", path: "../../common/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:on... cp /tmp/info.php /var/www/html # /var/www/html </code> == php7 <code bash; install.sh> #!/bin/bash DE
- vagrant weblogic @tech:vagrant:vagrantfile
- = vagrant weblogic {{tag>Vagrantfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |config... path: "../../../common/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash WEBLOGIC_ZIP="fmw_12.2.1.3.0_wls_quick_Disk1_1of1.zip" WEBLOGIC_U... # sudo systemctl status wls_adminserver.service </code> <code properties; orainst.loc> inventory_loc=/op
- vagrantfile examples
- etc...) - descargar (desde otro Vagrantfile):<code yaml; Vagrantfile></code> == ejemplos === configuraciones simples <sxh ruby; title: 1 máquina, varia
- Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
- i-machine cluster in a loop {{tag>Vagrantfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : V... r end # end config end # end cluster end </code> /via: [[https://gist.github.com/roblayton/c62968
- vagrant + docker @tech:vagrant:vagrantfile
- = vagrant + docker {{tag>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| confi... b.name = "dockerd-tls" vb.memory = "512" vb.cpus = 2 vb.linked_clone = true end end</code>