Cerca

Heus ací els resultats de la cerca.

vagrant mysql
22 Resultats, Darrera modificació:
file}} los ficheros necesarios se han servido desde un pequeño contenedor (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
vagrant tomcat (7/8) con JDK (7/8)
18 Resultats, Darrera modificació:
file}} los ficheros necesarios se han servido desde un pequeño contenedor (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
master template
15 Resultats, Darrera modificació:
grantfile}} == master (DSP) * la configuración de las VM está en fichero separado <sxh ruby; highl... do |host| config.vm.define host['name'] do |node| node.vm.box = host['box'] node.vm.hostname = host['hostname'] node.vm.network :private_network
vagrant php
8 Resultats, Darrera modificació:
= vagrant php {{tag>Vagrantfile}} == php5 <code yaml; Vagrantfile> Vagrant.configure("2") do |config|... , path: "../../common/addInsecureKey.sh" end </code> <code bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:... /tmp/info.php /var/www/html # /var/www/html </code> == php7 <code bash; install.sh> #!/bin/bash DE
vagrant weblogic
8 Resultats, Darrera modificació:
= vagrant weblogic {{tag>Vagrantfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |conf... ath: "../../../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... sudo systemctl status wls_adminserver.service </code> <code properties; orainst.loc> inventory_loc=/op
Vagrantfile: multi-machine cluster in a loop
5 Resultats, Darrera modificació:
machine cluster in a loop {{tag>Vagrantfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluster = { "master"... | cfg.vm.provider :virtualbox do |vb, override| config.vm.box = "ubuntu/trusty64" override.vm.network :private_network, ip: "#{info[:ip]}"
vagrant + docker
2 Resultats, Darrera modificació:
= vagrant + docker {{tag>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| con... name = "dockerd-tls" vb.memory = "512" vb.cpus = 2 vb.linked_clone = true end end</code>