Last active
August 29, 2015 14:03
-
-
Save blahah/81507ad3405a8f830268 to your computer and use it in GitHub Desktop.
Set up journal_scrapers test generation environment on a DigitalOcean VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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