This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ======================================== | |
| # Testing n-gram analysis in ElasticSearch | |
| # ======================================== | |
| curl -X DELETE localhost:9200/ngram_test | |
| curl -X PUT localhost:9200/ngram_test -d ' | |
| { | |
| "settings" : { | |
| "index" : { | |
| "analysis" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git push development master | |
| + case "$1" in | |
| ++ ls -d /var/lib/dokku/plugins/00_dokku-standard/commands /var/lib/dokku/plugins/backup/commands /var/lib/dokku/plugins/config/commands /var/lib/dokku/plugins/git/commands /var/lib/dokku/plugins/nginx-vhosts/commands | |
| + for script in '$(ls -d /var/lib/dokku/plugins/*/commands)' | |
| + /var/lib/dokku/plugins/00_dokku-standard/commands git-receive-pack ''\''development'\''' | |
| + case "$1" in | |
| + for script in '$(ls -d /var/lib/dokku/plugins/*/commands)' | |
| + /var/lib/dokku/plugins/backup/commands git-receive-pack ''\''development'\''' | |
| + CURRENT_BACKUP_VERSION=1 | |
| + set -e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // -------------------------- | |
| // Tabs | |
| // -------------------------- | |
| * 4 spaces | |
| // -------------------------- | |
| // Pragmas | |
| // -------------------------- |