ovidiuch / aufond

A résumé for the modern age
77 stars 17 forks source link

Add phantom js to server config #71

Closed ovidiuch closed 11 years ago

ovidiuch commented 11 years ago
echo "Installing PhantomJS..."
mkdir /var/www/phantomjs && cd /var/www/phantomjs
wget https://phantomjs.googlecode.com/files/phantomjs-1.9.1-linux-x86_64.tar.bz2
tar xf phantomjs-1.9.1-linux-x86_64.tar.bz2 --strip-components=1 -C .
cp bin/phantomjs /usr/local/bin/phantomjs
cd -
ovidiuch commented 11 years ago

spiderable started throwing infinite errors at first, but then it came around after restarting the app