Cerca

Heus ací els resultats de la cerca.

vagrant mysql
12 Resultats, Darrera modificació:
= vagrant mysql {{tag>Vagrantfile}} los ficheros necesarios se han servido desde un pequeño contenedor ... vez, pero no las posteriores) <code yaml; Vagrantfile> IP = '192.168.1.20' VERSION = '5.5' NAME = "mysq... arado para depender del nginx. <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.b... ox_version = "20190401.01" config.vm.provision "file", source: "../../common/addroot.sql", destination
vagrant weblogic
11 Resultats, Darrera modificació:
= vagrant weblogic {{tag>Vagrantfile}} == 12 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.... ox_version = "20190401.01" config.vm.provision "file", source: "./orainst.loc", destination: "/tmp/orainst.loc" config.vm.provision "file", source: "./12c_repository_file.xml", destinatio
master template
9 Resultats, Darrera modificació:
= master template {{tag>Vagrantfile}} == master (DSP) * la configuración de las VM está en fichero se... rado <sxh ruby; highlight:[13-14]; title: Vagrantfile> API_VERSION = '2' VMS_FILE_PATH = 'vagrant/vms.yml' hosts = YAML.load_file(VMS_FILE_PATH) Vagrant.configure(API_VERSION) do |con
vagrant tomcat (7/8) con JDK (7/8)
5 Resultats, Darrera modificació:
= vagrant tomcat (7/8) con JDK (7/8) {{tag>Vagrantfile}} los ficheros necesarios se han servido desde u... $PWD:/http tiagoad/nginx-index</code> == Vagrantfile <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-18.04-deskto... ox_version = "20190401.01" config.vm.provision "file", source: "tomcat.service", destination: "/tmp/to
Vagrantfile: multi-machine cluster in a loop
4 Resultats, Darrera modificació:
= Vagrantfile: multi-machine cluster in a loop {{tag>Vagrantfile}} <code ruby> # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" cluster = { "master" => { :i... => 1, :mem => 1024 } } Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| cluster.each_with_ind
vagrant php
3 Resultats, Darrera modificació:
= vagrant php {{tag>Vagrantfile}} == php5 <code yaml; Vagrantfile> Vagrant.configure("2") do |config| config.vm.box = "peru/ubuntu-1... ox_version = "20190401.01" config.vm.provision "file", source: "../../common/info.php", destination: "
vagrant + docker
2 Resultats, Darrera modificació:
= vagrant + docker {{tag>Vagrantfile}} <code ruby; vagrantfile>Vagrant.configure(2) do |config| config.vm.box = "debian/bullseye64" con
3 nodos vagrant + docker
1 Resultats, Darrera modificació:
= 3 nodos vagrant + docker {{tag>Vagrantfile}} la idea es desplegar un cluster swarm <sxh ruby; title:
vagrant + docker + ngnix
1 Resultats, Darrera modificació:
= vagrant + docker + ngnix {{tag>Vagrantfile}} <sxh ruby; title: vagrant despliega docker, falta ./data