-
Notifications
You must be signed in to change notification settings - Fork 1
Vagrant
batako edited this page Mar 30, 2020
·
3 revisions
Downloads – Oracle VM VirtualBox
Download - Vagrant by HashiCorp
$ vagrant login
It is unnecessary if STEP.7 can be executed normally.
Select virtualbox for provider.
$ vagrant box add centos/7 --insecure
==> box: Loading metadata for box 'centos/7'
box: URL: https://vagrantcloud.com/centos/7
This box can work with multiple providers! The providers that it
can work with are listed below. Please review the list and choose
the provider you will be working with.
1) hyperv
2) libvirt
3) virtualbox
4) vmware_desktop
Enter your choice: 3
==> box: Adding box 'centos/7' (v1905.1) for provider: virtualbox
box: Downloading: https://vagrantcloud.com/centos/boxes/7/versions/1905.1/providers/virtualbox.box
box: Download redirected to host: cloud.centos.org
==> box: Successfully added box 'centos/7' (v1905.1) for 'virtualbox'!
Rename one of the following to Vagrantfile
.
- Vagrantfile.develop
- Vagrantfile.reviewer
$ vagrant up
$ vagrant ssh
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/batako/mine_blockly/develop/scripts/installer.centos7.sh)"