prashantabmc / vagrant-memcached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configures an virtual machine with an Memcached instance for testing Boundary Plugin for Memcached

Prerequistes

  • Vagrant 1.72. or later, download here
  • Virtual Box 4.3.26 or later, download here
  • git 2.3.3 or later

Installation

Prior to installation you need to obtain in your Boundary API Token.

  1. Clone the GitHub Repository:
$ git clone https://github.com/jdgwartney/boundary-vagrant-memcached
  1. Start the virtual machine using your Boundary API Token:
$ BOUNDARY_API_TOKEN=<Boundary API Token> vagrant up <virtual machine name>

NOTE: Run vagrant status to list the name of the virtual machines.

  1. Login to the virtual machine
$ vagrant ssh <virtual machine name>

About

License:Apache License 2.0


Languages

Language:Puppet 87.8%Language:Shell 12.2%