mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-10 01:17:19 +00:00
enable nextcloud installation
This commit is contained in:
parent
91ecf6e8d6
commit
6dbab427f9
6
tests/vagrant/vanilla/Vagrantfile
vendored
6
tests/vagrant/vanilla/Vagrantfile
vendored
@ -12,14 +12,14 @@ Vagrant.configure("2") do |config|
|
|||||||
m1.vm.provision :shell, :inline => <<-SH
|
m1.vm.provision :shell, :inline => <<-SH
|
||||||
cat >/tmp/provision.sh <<EOF
|
cat >/tmp/provision.sh <<EOF
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ \$EUID -ne 0 ]; then
|
if [ \\$EUID -ne 0 ]; then
|
||||||
echo "Must be root"
|
echo "Must be root"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
cd /mailinabox
|
cd /mailinabox
|
||||||
export PRIMARY_HOSTNAME=vanilla.local
|
export PRIMARY_HOSTNAME=vanilla.local
|
||||||
export FEATURE_MUNIN=false
|
#export FEATURE_MUNIN=false
|
||||||
export FEATURE_NEXTCLOUD=false
|
#export FEATURE_NEXTCLOUD=false
|
||||||
export SKIP_SYSTEM_UPDATE=0
|
export SKIP_SYSTEM_UPDATE=0
|
||||||
tests/system-setup/vanilla.sh \
|
tests/system-setup/vanilla.sh \
|
||||||
--enable-mod=roundcube-master \
|
--enable-mod=roundcube-master \
|
||||||
|
Loading…
Reference in New Issue
Block a user