diff options
author | ramon <ramongomez@us.es> | 2017-06-12 09:51:20 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-06-12 09:51:20 +0000 |
commit | dced872edd7fb7c924650ef8655d9cdb60e34a1a (patch) | |
tree | 8f0c05d12023983ee6478028550c88ae84a80d0d /installer/vagrant | |
parent | d063c011e66dd5d653a2e02cb9de356e6f539186 (diff) |
#730 Instalador compatibile con CentOS 7; usar Ășltimos ogLive y actulizar tickets cerrados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5361 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-devel-vbox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/vagrant/Vagrantfile-devel-vbox b/installer/vagrant/Vagrantfile-devel-vbox index e9a0f67a..3bc352c3 100644 --- a/installer/vagrant/Vagrantfile-devel-vbox +++ b/installer/vagrant/Vagrantfile-devel-vbox @@ -54,9 +54,9 @@ dpkg-reconfigure -fnoninteractive console-setup # SQL="$SQL ('ogClient0$i', '#{NETPREFIX}1$i', REPLACE('#{MACPREFIX}0$i',':',''), 1, 1, 0, 0, 0, 0, '#{NETPREFIX}1', '255.255.255.0', '00unknown', 'eth0', 'generic', 'fotoordenador.gif')," #done #mysql -u usuog -ppassusuog -D ogAdmBD -e "${SQL%,}" -#/opt/opengnsys/bin/setclientmode ogAdmin ogClient01 1 +#/opt/opengnsys/bin/setclientmode ogLiveAdmin ogClient01 PERM #for ((i=2; i<=#{NCLIENTS}; i++)); do -# /opt/opengnsys/bin/setclientmode ogClient ogClient0$i 1 +# /opt/opengnsys/bin/setclientmode ogLive ogClient0$i PERM #done # Comment out next lines to install new Angular-based web application (on early development). #apt-get install -y git nodejs npm |