mirror of https://github.com/flarum/flarum
Vagrant: Switch to 32-bit VM.
This should be easier to install for most people, since it can be actually run on 32-bit machines (and on 64-bit machines with certain types of visualization turned off).pull/9/head
parent
49ef3744c6
commit
67577028b4
|
@ -78,7 +78,7 @@ sphinxsearch_version = "rel22" # rel20, rel21, rel22, beta, daily, stable
|
|||
Vagrant.configure("2") do |config|
|
||||
|
||||
# Set server to Ubuntu 14.04
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.box = "ubuntu/trusty32"
|
||||
|
||||
config.vm.define "Vaprobash" do |vapro|
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue