Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
/ dev-box Public archive

a vagrant base box based on ubuntu server 16.10 with sensible defaults for development

Notifications You must be signed in to change notification settings

thekelvinliu/dev-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dev-box

a vagrant base box based on ubuntu server 16.10 with sensible defaults for development

installation

this box is available on atlas. follow these steps:

# download the box
$ vagrant box add thekelvinliu/dev-box
# navigate to some project
$ cd path/to/project
# initialize the box
$ vagrant init thekelvinliu/dev-box
# start it up
$ vagrant up --provider virtualbox
# connect
$ vagrant ssh

about

changelog

  • 1.0.0
    • 2017-02-23
    • initial release