Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 854 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 854 Bytes

Parallels Developer

This project contains a collection of recipes to create a fully featured developer virtual machine configured for a variety of activities.

Provisioners

The provisioners for the project can be found in the provisioners directory.

Getting Started

config.example.json provides you the ability to customize a few details of the virtual machine that you will bring up.

GitHub Token, the personal access token must have the following scopes when created: repo, admin:org, admin:public_key.

Launch a Virtual Machine

  1. Populate a new file config.json from config.example.json.
  2. Launch a virtual machine $ vagrant up.
  3. Connect to the virtual machine $ vagrant ssh.