This file contains 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
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 |
This file contains 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
<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"> |