Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/slavikdev/vagrant-elastic-mongo
- Owner: slavikdev
- Created: 2017-02-26T19:04:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T19:14:17.000Z (almost 8 years ago)
- Last Synced: 2024-10-14T19:43:03.782Z (3 months ago)
- Topics: elasticsearch, example, mongodb, ubuntu, ubuntu1604, vagrant, vagrantfile
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.