update vagrantfile and install script
This commit is contained in:
parent
2d6f368ff1
commit
c2404760b8
2 changed files with 11 additions and 7 deletions
6
Vagrantfile
vendored
6
Vagrantfile
vendored
|
@ -5,11 +5,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
|
||||
config.vm.provider :virtualbox do |vb|
|
||||
vb.name = "realms-wiki"
|
||||
vb.memory = 2048
|
||||
vb.cpus = 4
|
||||
vb.memory = 512
|
||||
vb.cpus = 2
|
||||
end
|
||||
|
||||
config.vm.provision "shell", path: "install.sh"
|
||||
config.vm.provision "shell", path: "install.sh", privileged: "false"
|
||||
end
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue