Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- vagrant mysql @tech:vagrant:vagrantfile
- ysql {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker... config.vm.provision "shell", path: "../../common/setup-mysql.sh", args: "#{VERSION}" config.vm.provision "shell", path: "../../common/setup-vagrant.sh" config.vm.provision "docker" do
- vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
- 7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor (por restricciones de licencia o firewall), <code bash>docker... 01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/tomcat.service" config.vm.provider :virtualbox do |v| v.name = "altr
- vagrant weblogic @tech:vagrant:vagrantfile
- "file", source: "../../../common/wls_adminserver.service", destination: "/tmp/wls_adminserver.service" config.vm.provider :virtualbox do |v| v.nam... ck_Disk1_1of1.zip" WEBLOGIC_URL_DOWNLOAD="http://<server>:9090/${WEBLOGIC_ZIP}" JAVA_PATH="/usr/lib/jv... racle-java8-installer" JAVA_URL_DOWNLOAD="http://<server>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninterac
- VAGRANT
- ttps://www.vagrantup.com/docs/vagrantfile/machine_settings]] * vagrant_hosts -> ''sync_hosts'': [[ht... ttps://www.vagrantup.com/docs/vagrantfile/machine_settings.html]] * provision docker : [[https://www... '': eliminar versiones de imágenes viejas (cuando se actualiza no se elimina la versión anterior) * ''vagrant box update'': actualizar imágenes * crea
- vagrantfile
- ttps://www.vagrantup.com/docs/vagrantfile/machine_settings#machine-settings]] === box * box a usar: **config.vm.box** * config.vm.box="debian/bullse
- Vagrantfile: multi-machine cluster in a loop @tech:vagrant:vagrantfile
- antfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluste
- master template @tech:vagrant:vagrantfile
- P) * la configuración de las VM está en fichero separado <sxh ruby; highlight:[13-14]; title: Vagra