Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Created July 31, 2013 21:22
Show Gist options
  • Select an option

  • Save flomotlik/6126313 to your computer and use it in GitHub Desktop.

Select an option

Save flomotlik/6126313 to your computer and use it in GitHub Desktop.
Install casperjs development into virtual machine
mkdir casperjs1.1
cd casperjs1.1
wget https://codeload.github.com/n1k0/casperjs/legacy.zip/1.1-beta1
unzip 1.1-beta1
export PATH=~/clone/casperjs1.1/n1k0-casperjs-cd1fab5/bin:$PATH
casperjs --version
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment