Skip to content

Instantly share code, notes, and snippets.

@nCodefresh
nCodefresh / headless.md
Created May 4, 2016 13:03 — forked from addyosmani/headless.md
So, you want to run Chrome headless.

#If you're on Ubuntu or working with a Linux VM...

Step 1: Install the Ubuntu dependencies needed:

SSH into your server as a root or do sudo -i.

Then install necessary software:

apt-get update