cli and setuptools wip
This commit is contained in:
parent
142050d804
commit
07852bdd98
17 changed files with 496 additions and 242 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -6,7 +6,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
config.vm.provider :virtualbox do |vb|
|
||||
vb.name = "realms-wiki"
|
||||
vb.memory = 2048
|
||||
vb.cpus = 2
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
config.vm.provision "shell", path: "install.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue