Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hi120ki/box-build
Vagrant Box Build Scripts
https://github.com/hi120ki/box-build
vagrant virtualbox
Last synced: about 1 month ago
JSON representation
Vagrant Box Build Scripts
- Host: GitHub
- URL: https://github.com/hi120ki/box-build
- Owner: hi120ki
- License: mit
- Created: 2022-02-23T07:24:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T01:23:32.000Z (5 months ago)
- Last Synced: 2024-08-03T03:19:35.043Z (5 months ago)
- Topics: vagrant, virtualbox
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Vagrant Box
This scripts is tested on Ubuntu 20.04
## Install
1. install [server-setup](https://github.com/hi120ki/server-setup)
```
git clone https://github.com/hi120ki/server-setup.git
sudo apt-add-repository -y -u ppa:ansible/ansible ; sudo apt install -y ansible
ansible-playbook -i local, server-setup/local.yml --ask-become-pass
```2. build box
```
git clone https://github.com/hi120ki/box-build.git
cd box-build
make setup
make build
```