-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update vagrantfile (i'm still not sure it works)
- Loading branch information
Showing
2 changed files
with
48 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# -*- mode: ruby -*- | ||
# vi: set ft=ruby : | ||
Vagrant.configure("2") do |config| | ||
config.vm.box = "freebsd/FreeBSD-12.1-STABLE" | ||
config.vm.box = "freebsd/FreeBSD-13.1-RC2" | ||
config.vm.box_version = "2022.04.07" | ||
|
||
config.vm.network "forwarded_port", guest: 80, host: 4000 | ||
|
||
config.vm.synced_folder ".", "/.ovk_release" | ||
|
||
config.vm.provider "virtualbox" do |vb| | ||
vb.gui = true | ||
vb.memory = "1024" | ||
vb.cpus = 4 | ||
vb.memory = "1568" | ||
end | ||
|
||
config.vm.provider "vmware_workstation" do |vwx| | ||
vwx.gui = true | ||
vwx.vmx["memsize"] = "1568" | ||
vwx.vmx["numvcpus"] = "4" | ||
end | ||
|
||
config.vm.provision "shell", inline: "/bin/tcsh /.ovk_release/install/automated/freebsd-12/install" | ||
config.vm.provision "shell", inline: "/bin/tcsh /.ovk_release/install/automated/freebsd-13/install" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit a8815a2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
хорошая работа
а копирайт обновить