Cerca

Heus ací els resultats de la cerca.

3 nodos vagrant + docker
28 Resultats, Darrera modificació:
= 3 nodos vagrant + docker {{tag>Vagrantfile}} la idea es desplegar un cluster swarm <sxh ruby; title: 3 nodos vagrant> Vagrant.configure("2") do |config| config.vm.define "nodo1" do |nodo1| nodo1.vm.box = "debian/jessie64" nodo1.vm.hostname = "nodo1" # nodo1.vm.
master template
16 Resultats, Darrera modificació:
h do |host| config.vm.define host['name'] do |node| node.vm.box = host['box'] node.vm.hostname = host['hostname'] node.vm.network :private_network, ip: host['ip'] host['
vagrant mysql
5 Resultats, Darrera modificació:
la VM arranca bien el mysql la primera vez, pero no las posteriores) <code yaml; Vagrantfile> IP = '1... }" MYSQL_HOME="/usr/local/mysql" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get ... ownloads/MySQL-5.6/${MYSQL_TGZ}" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get ... de bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo debconf-
vagrant tomcat (7/8) con JDK (7/8)
5 Resultats, Darrera modificació:
NSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webup... "http://<local>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive #sudo add-apt-repository -y ppa:webu... NSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webup... "http://<local>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get
vagrant php
2 Resultats, Darrera modificació:
de bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:ondre... de bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get
vagrant weblogic
2 Resultats, Darrera modificació:
http://<server>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get ... {JAVA_PATH} sudo useradd -d /opt/oracle -s /sbin/nologin wluser sudo mkdir -p /opt/oracle/{oraInvento