Blame view

RIOT/dist/tools/packer/README.md 572 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  # Packer
  
  ## About
  [Packer](https://www.packer.io/) is a command-line tool to create virtual machines 
  based on a source configuration file.
  
  ## Requirements
  To use packer you need to download and install it (compare [Install Packer](https://www.packer.io/docs/installation.html)). 
  
  ## Usage
  A simple build of the vagrant box can be done by:
  ```
  packer build riot.json
  ```
  This command must be executed in the packer directory [RIOT/dist/tools/packer](https://github.com/RIOT-OS/RIOT/tree/master/dist/tools/packer).
  Note that the build process might take several minutes.