Skip to content

rsphider automation notes

Brad Smith edited this page Mar 30, 2015 · 5 revisions

Things that need to be automated

Create db tables

Index module sites

  • Looks like admin/spider.php is designed to run from the command-line! This should make things much easier!
    • php5 spider.php --help
    • sudo php5 spider.php -f -u http://192.168.33.20/modules/infonet/ -m 'modules/infonet'
    • ...actually, it looks like you may be able to just index http://SERVER_ADDRESS and get the same result. Much easier to automate than doing each module separately!