Skip to content

Instantly share code, notes, and snippets.

@mrjcleaver
Created January 19, 2015 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrjcleaver/6dd464d3efa733701d57 to your computer and use it in GitHub Desktop.
Save mrjcleaver/6dd464d3efa733701d57 to your computer and use it in GitHub Desktop.
Elkstack 101
Simple install based on
625 20150119-13:32:09 git clone https://github.com/rackspace-cookbooks/elkstack.git elkstack
626 20150119-13:32:24 cd elkstack/
630 20150119-13:34:45 knife cookbook upload elkstack --include-dependencies
638 20150119-13:36:36 emacs Berksfile # add a dependency on curl
639 20150119-13:36:58 berks install
641 20150119-13:38:18 berks upload --ssl-verify=false
# https://github.com/berkshelf/berkshelf/issues/1132
650 20150119-13:51:20 cd /Volumes/Storage/martincleaver/.berkshelf/cookbooks/percona-multi-0.1.0/attributes/
656 20150119-13:52:41 find . -name PaxHeader -exec rm -rf {} \;
661 20150119-13:53:27 berks upload --ssl-verify=false
Or (actually a previous attempt):
598 20150119-13:13:47 mkdir elkstack
600 20150119-13:14:15 cd elkstack/
601 20150119-13:14:17 git init
603 20150119-13:14:56 touch dummy
604 20150119-13:14:59 git add dummy
607 20150119-13:15:36 git commit -m 'Needing a dummy seems pointless'
610 20150119-13:27:27 knife cookbook site install elkstack --install-dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment