Skip to content

Instantly share code, notes, and snippets.

@blahah
Last active August 29, 2015 14:03
Show Gist options
  • Save blahah/81507ad3405a8f830268 to your computer and use it in GitHub Desktop.
Save blahah/81507ad3405a8f830268 to your computer and use it in GitHub Desktop.
Set up journal_scrapers test generation environment on a DigitalOcean VM
apt-get install -y software-properties-common build-essential python-software-properties libfontconfig1 git
add-apt-repository -y ppa:chris-lea/node.js
apt-get update
apt-get install -y nodejs
npm install --global quickscrape
\curl -sSL https://get.rvm.io | bash -s stable --ruby
gem install trollop
git clone https://github.com/ContentMine/journal-scrapers.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment