Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slavikdev/vagrant-elastic-mongo

Vagrant configuration to quickly spin off Ubuntu 16.04, ElasticSearch and MongoDB.
https://github.com/slavikdev/vagrant-elastic-mongo

elasticsearch example mongodb ubuntu ubuntu1604 vagrant vagrantfile

Last synced: about 1 month ago
JSON representation

Vagrant configuration to quickly spin off Ubuntu 16.04, ElasticSearch and MongoDB.

Awesome Lists containing this project

README

        

# Vagrant box: Ubuntu 16.04 + ElasticSearch + MongoDB
Vagrant box configuration to quickly spin off Ubuntu 16.04, ElasticSearch and MongoDB.

## Setup
1. Install Vagrant.
2. Install VirtualBox.
3. Clone this repository and go to its folder in command line.
4. Run ``vagrant up`` to download the box and provision it (aka install everything).
5. Run ``vagrant ssh`` to enter the box.

The box also has ``htop``, ``mc`` and Oracle Java 8.
Ports ``9200`` and ``27017`` are mapped to the same ports on the host.