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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?