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

virtusize/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Developer's playgroud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages