Skip to content

Instantly share code, notes, and snippets.

View rojosinalma's full-sized avatar
🍜

Rojo rojosinalma

🍜
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rojosinalma on github.
  • I am rojo (https://keybase.io/rojo) on keybase.
  • I have a public key whose fingerprint is 0AA8 9F18 D4A4 CF5F 0FF0 A294 55E1 F9B9 E315 EE42

To claim this, I am signing this object:

@rojosinalma
rojosinalma / sidekiq_monitor.rb
Last active September 26, 2018 09:32
Sidekiq Monitor
namespace :sidekiq do
desc 'Start Sidekiq and Monitor'
task :start do
trap('SIGTERM') { puts "Exiting processes"; exit }
system "rake sidekiq:monitor & sidekiq"
end
desc 'Starts /health/monitor endpoint for sidekiq'
task :monitor do
require 'sidekiq/web'
@rojosinalma
rojosinalma / myweechat.md
Created July 20, 2018 22:41 — forked from pascalpoitras/config.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

Enable mouse support

/mouse enable

Encrypted password in sec.conf

@rojosinalma
rojosinalma / predictionio_readme.md
Last active July 1, 2018 12:56
PredictionIO Install Instructions

PredictionIO Setup Guide

This is a pretty much self-noted guide to setting up PredictionIO in a cluster of 3 servers (for this guide in particular).

You can also setup more servers and distribute the services mentioned here differently, but for the scope of this guide I won't explain how to do that, although you might use the references here to guide yourself into doing that.

  1. Requirements: --