Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```