~michael.nelson/charms/trusty/elasticsearch/dont-fail-on-peer-relation-joined-when-not-part-of-cluster

« back to all changes in this revision

Viewing changes to HACKING.md

Michael Nelson 2014-07-07 Simplify and correct README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Local development
 
2
 
 
3
To deploy ElasticSearch locally, pull the bzr branch into your
 
4
local charm repository and deploy from there:
 
5
 
 
6
    mkdir -p ~/charms/trusty && cd ~/charms/trusty
 
7
    charm-get trusty/elasticsearch
 
8
    juju bootstrap
 
9
    juju deploy --repository=../.. local:elasticsearch
 
10
 
 
11
 
 
12
# Testing the ElasticSearch charm
 
13
 
 
14
Run the unit-tests with `make test`.
 
15
 
 
16
Run the functional tests with `juju test`.
 
17