Sha256: 73be0c65dc1ceddf8d17ce23fa7194263fae878d55ff24292049339e3f822f68

Contents?: true

Size: 799 Bytes

Versions: 5

Compression:

Stored size: 799 Bytes

Contents

# Vagrant

## Prerequisites

Please install the following:

- [VirtualBox](https://www.virtualbox.org/)
- [Vagrant](https://www.vagrantup.com/)
- [vagrant-disksize](https://github.com/sprotheroe/vagrant-disksize) plugin

### MacOS

```bash
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-disksize
```

## Setting up

You can set up the Vagrant environment with just one command:

```bash
vagrant up
```

After successfull installation you can ssh to the virtual machine with:

```bash
vagrant ssh
```

NOTICE: The directory with fluentd-output-sumologic repository on the host is synced with `/sumologic/` directory on the virtual machine.

## Runing tests

You can run tests using following commands:

```bash
cd /sumologic
bundle install
bundle exec rake
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-sumologic_output-1.9.0 vagrant/README.md
fluent-plugin-sumologic_output-1.8.0 vagrant/README.md
fluent-plugin-sumologic_output-1.7.5 vagrant/README.md
fluent-plugin-sumologic_output-1.7.4 vagrant/README.md
fluent-plugin-sumologic_output-1.7.3 vagrant/README.md