Skip to content

Instantly share code, notes, and snippets.

View eugene-shashkov's full-sized avatar

Yevhenii Shashkov eugene-shashkov

View GitHub Profile
@eugene-shashkov
eugene-shashkov / index.html
Created November 2, 2015 22:52
nexus-like-menu
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<div class="container">
<ul id="gn-menu" class="gn-menu-main">
<li class="gn-trigger">
<a class="gn-icon gn-icon-menu"><span>Menu</span></a>
<nav class="gn-menu-wrapper">
<div class="gn-scroller">
<ul class="gn-menu">
<li class="gn-search-item">
wget https://github.com/wcgallego/pecl-gearman/archive/master.zip
unzip master.zip
cd pecl-gearman-master
phpize
./configure
make install
echo "extension=gearman.so" > /etc/php/7.0/mods-available/gearman.ini
phpenmod -v ALL -s ALL gearman
service php7.0-fpm restart