Skip to content

Instantly share code, notes, and snippets.

@scraperdragon
Created October 7, 2013 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scraperdragon/6865710 to your computer and use it in GitHub Desktop.
Save scraperdragon/6865710 to your computer and use it in GitHub Desktop.
Install Scraper Template
#!/bin/bash
mkdir -p ~/BAK && mv ~/tool ~/incoming ~/http ~/BAK
git clone http://bitbucket.org/scraperwikids/data-services-scraper-template
./data-services-scraper-template/install.sh .
rm -rf ./data-services-scraper-template
echo -n "Remote repository: "
read REMOTE
git remote add origin $REMOTE
git push -u origin --all
./tool/first_run.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment