Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 441 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 441 Bytes

Q

A tool for building Ubuntu environments with shell scripts

Quickstart

Clone the Q repo and initialize the VM.

$ git clone https://github.com/qntfy/q.git
$ cd q
$ vagrant up

Then, to use the machine:

$ vagrant ssh
Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-63-generic x86_64)
...

vagrant@q-01 : 15:57:32 : ~
$ 

Docs