Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

andfanilo/devbox-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Devbox

Devbox is built upon JHispter Devbox.

Prerequisites on VirtualBox :

What you get :

  • Ubuntu Bionic configured with Oh My ZSH
  • Node, NPM, Yarn
  • Docker, Docker Compose (for starting DBs like Postgres, MongoDB)
  • Chromium, Firefox Web browsers
  • Miniconda
  • pgAdmin, Mongo client

Usage

On Windows :

vagrant up --provider virtualbox
vagrant ssh

Log build machine : vagrant up > vagrant.log 2> error.log.

Stop machine : vagrant halt.

Destroy machine : vagrant destroy.

Package box :

vagrant package --output devbox.box
vagrant box add --force devbox devbox.box
vagrant init devbox

About

My development box on Vagrant/VirtualBox

Topics

Resources

Stars

Watchers

Forks

Languages