# vagrant-meter-chef **Repository Path**: mirrors_boundary/vagrant-meter-chef ## Basic Information - **Project Name**: vagrant-meter-chef - **Description**: Vagrant environment that uses Chef to provision a virtual machine with a meter - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Example of Deploying a Meter Using Chef Example of using Vagrant to stand up a virtual machine and deploying meter using Chef ## Prerequisites - Vagrant version 1.7.4 or later [download here](https://www.vagrantup.com/downloads.html) - Virtual Box 4.3.30 or later [download here](https://www.virtualbox.org/wiki/Downloads) - Git version 1.7 or later ## Installation and Configuration 1. Download the contents of the GitHub repository ```bash $ git clone https://github.com/boundary/vagrant-meter-chef ``` 2. Modify `Vagrantfile` with your _api-token_ with the value from your account. ```json chef.json = {'boundary_meter' => {'token' => '' } } ``` ## Starting the Virtual Machine 1. Run the following command: ```bash $ vagrant up --provider virtualbox ``` ## Stopping the Virtual Machine 1. Run the following command: ```bash $ vagrant halt ```