Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (33 loc) · 971 Bytes

File metadata and controls

39 lines (33 loc) · 971 Bytes

devbox

Developer's playgroud

pre requirements

bootstrap

$ git clone git@github.com:virtusize/devbox.git
$ cd devbox/tools
$ ./bootstrap.sh
$ cd ..
$ vagrant up 

It creates a hierarchy of subfolders with git repositories for every project

virtusize
├── backend
├── frontend
├── i18n
├── integration_v2
├── visor
└── widget

Open in your browser http://127.0.0.1:8000/demo

Settings

There are some options in Vagrantfile

Useful commands

  • vagrant rsync - synchronize local code changes with VM
  • vagrant provision - runs deployment in VM (build, dependency update, restart services)

See Vagrant's documentaion for more commands.