Skip to content

Instantly share code, notes, and snippets.

View cstipkovic's full-sized avatar
🏠
Working from home

Clauber Stipkovic cstipkovic

🏠
Working from home
View GitHub Profile
@cstipkovic
cstipkovic / node_wrapper.md
Last active January 31, 2017 17:00
NodeJS wrapper for run locally using binary

NodeJS Wrapper - run binary locally

Node.js wrapper which will download and proxy to node locally. This allows you to automatically manage the installed version of node.

CONFIGURATION

NODEW_INSTALL_VERSION - an env variable to specify the version of node to install - Defaults to 4.4.7 NODEW_DIST_BASE_URL - an env variable to specify the binary download location - Defaults to NodeJS website

@cstipkovic
cstipkovic / casper_commands.md
Last active January 30, 2018 15:20
Lista com algumas dicas de comandos para o CasperJS

Executando o CasperJS no modo DEBUG

export PHANTOMJS_EXECUTABLE=./node_modules/.bin/phantomjs && ./node_modules/.bin/casperjs test --direct --log-level=debug --ignore-ssl-errors=true test/e2e/test-*.js

Script para instalar o Java 8 (Oracle) Linux Debian like