marcuspoehls / crate-vagrant

Vagrant setup for CrateDB using Ubuntu 14.04

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-crate

This is a vagrant box providing you an Ubuntu 14.04 machine containing a single CrateDB instance.

Installation

Please install Vagrant first.

Afterwards, clone this repository to your local machine, create and run the Vagrant box.

git clone git@github.com:marcuspoehls/crate-vagrant.git
cd crate-vagrant
vagrant up

That will take some time for Vagrant to bring your box up and install all dependencies. A private network will be created: 192.168.33.10 and the CrateDB related port 4200 will be forwarded.

Visit localhost:4200/admin to verify that CrateDB was installed correctly. You'll see the admin dashboard.

About

Vagrant setup for CrateDB using Ubuntu 14.04

License:MIT License


Languages

Language:Shell 100.0%