aboutte / mcrouter-util

Collections of things to make mcrouter easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcrouter-util

To build rpm:

  • launch centos 7 AMI
  • yum update -y
  • yum install -y git vim screen
  • cd /root/
  • git clone https://github.com/shopatron/mcrouter-util.git
  • cd mcrouter-util
  • git submodule init
  • git submodule update
  • cd fpm
  • ./build-rpm.sh
  • .rpm is created at /root/

When folly or mcrouter src need to be updated

  • cd fpm/src/submodule_directory
  • git checkout v1.0
  • cd ..
  • git add submodule_directory
  • git commit -m "moved submodule to v1.0"
  • go into build-rpm.sh and update version number of fpm
  • git push

About

Collections of things to make mcrouter easier.


Languages

Language:C++ 75.6%Language:Ragel in Ruby Host 12.0%Language:TeX 5.5%Language:Shell 2.9%Language:C 2.0%Language:TXL 1.6%Language:Ruby 0.3%Language:Vim Script 0.2%Language:Makefile 0.0%