coffer

What you want In-A-Box

  • 所有者: aglover/coffer
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

#Coffer
##What you need, in-a-box

Vagrant templates for your environmental pleasures.

Requirements

In order to use Coffer's various in-a-boxes, you first need to have Vagrant and VirtualBox installed. These two installations couldn't be any easier. To install Vagrant, simply go to the downloads page and pick your target distribution. Vagrant provisions machines on top of virtual machine providers like VMWare, AWS, and VirtualBox. VirtualBox is free and easy to install -- like Vagrant, simply go to the downloads section and pick your target platform.

Details

Coffer templates are built using Veewee.

Templates

Elasticsearch-in-a-box

Ubuntu 12.04 64-bit. Oracle Java 7 and Elasticsearch 0.90.7.

How to

vagrant box add esinabox https://s3.amazonaws.com/coffers/esinabox.box

This command will download the Elasticsearch-in-a-box template. Once that completes (it'll take a few moments depending on your connection), execute this command:

vagrant init 'esinabox'

Next, fire up Elasticsearch-in-a-box like so:

vagrant up

Now that Elasticsearch-in-a-box is running locally on your machine, you can open up a new terminal and execute RESTful commands like normal because Elasticsearch is running on same ports: 9200 & 9300. So go ahead and execute some queries, like so:

curl -XGET 'http://localhost:9200/_status?pretty=true'

And when you are done, go ahead and tear down the instance like so:

vagrant destroy -f 

主要指標

概覽
名稱與所有者aglover/coffer
主編程語言Shell
編程語言Ruby (語言數: 2)
平台
許可證
所有者活动
創建於2013-11-22 15:52:39
推送於2013-11-26 16:16:12
最后一次提交2013-11-26 11:16:14
發布數0
用户参与
星數10
關注者數2
派生數3
提交數9
已啟用問題?
問題數1
打開的問題數1
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?