All Projects → darkleaf → Percolator

darkleaf / Percolator

Programming Languages

ruby
36898 projects - #4 most used programming language

Build Status Code Climate Test Coverage

download elasticsearch in elasticsearch folder

Elasticsearch plugins

elasticsearch/bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.3.0

Elasticsearch test config

cluster.name: elasticsearch-test
transport.tcp.port: 9301
http.port: 9201
index.number_of_shards: 1
index.number_of_replicas: 0

Heroku

heroku apps:create YOU_NICK_NAME-percolator
heroku addons:add bonsai
heroku addons:add newrelic:stark
heroku addons:add rollbar

heroku config:set PASSWORD=YOU_PASSWORD
heroku config:set API_KEY=YOU_API_KEY
heroku config:set GOOGLE_ANALYTICS=UA-xxxxxx-x
heroku config:set DISQUS_SHORTNAME=SOME_NAME
heroku config:set NEW_RELIC_APP_NAME=YOU_NICK_NAME-percolator

g push heroku master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].