Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ciberch/elastic_search_zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ciberch committed Mar 27, 2012
2 parents cec311c + 19f4df3 commit bd03191
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ To deploy Elastic Search on Cloud Foundry
- Install vmc `gem install vmc --pre` (Standalone apps require version >= vmc 0.3.16.beta.4)
- Log into a Cloud Foundry instance that has standalone apps enabled
- Push your app

``` bash
$ vmc push
Would you like to deploy from the current directory? [Yn]: Y
Pushing application 'search-95c3e'...
Expand All @@ -29,6 +31,8 @@ To deploy Elastic Search on Cloud Foundry
+--------------+----+---------+-------------------------------------------+----------+
| search-95c3e | 1 | RUNNING | search-95c3e.appcloud20.dev.mozycloud.com | |
+--------------+----+---------+-------------------------------------------+----------+

```

Manifest will take care of generating a unique name for your app.
And you are ready to use elastic search over HTTP at the url generated.
Expand Down Expand Up @@ -80,4 +84,4 @@ curl -XGET http://$APP_URL/twitter/_search?pretty=true -d '{
}
}'

```
```

0 comments on commit bd03191

Please sign in to comment.