git clone https://gist.github.com/08be90a2f21205062ccc.git
$ npm install # maybe npm start will take care of it but just in case
$ npm start && open out.png
> [email protected] start /Users/bsergean/src/offscreen_sample
git clone https://gist.github.com/08be90a2f21205062ccc.git
$ npm install # maybe npm start will take care of it but just in case
$ npm start && open out.png
> [email protected] start /Users/bsergean/src/offscreen_sample
[opcache] | |
; Determines if Zend OPCache is enabled | |
opcache.enable=1 | |
; Determines if Zend OPCache is enabled for the CLI version of PHP | |
;opcache.enable_cli=1 | |
; The OPcache shared memory storage size. | |
opcache.memory_consumption=512 |
<ENVELOPE> | |
<HEADER> | |
<TALLYREQUEST>Import Data</TALLYREQUEST> | |
</HEADER> | |
<BODY> | |
<IMPORTDATA> | |
<REQUESTDESC> | |
<REPORTNAME>Vouchers</REPORTNAME> | |
<STATICVARIABLES> | |
<SVCURRENTCOMPANY>XYZ Company</SVCURRENTCOMPANY> |
sudo yum -y install vim wget git | |
sudo yum -y install glibc-static.aarch64 gcc.aarch64 | |
mkdir -p ~/go/src/github.com/percona/ | |
cd $_ | |
git clone https://github.com/percona/pmm-admin.git | |
git clone https://github.com/percona/pmm-agent.git | |
git clone https://github.com/percona/node_exporter.git | |
cd /tmp/ |
Let's start by creating entry for server in docker-compose.yaml
:
version: '2'
# version 2 of docker-compose is not "old" version, it's the actual version,
# see below for explanation:
# https://stackoverflow.com/a/53636006/961092
services:
Created with
Make sure you install headless-gl's dependencies, then run with XVFB like so: