Skip to content

rsphider automation notes

Brad Smith edited this page May 7, 2015 · 5 revisions

Things that need to be automated

Create db tables

This has been implemented

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 do the whole site.
    • Question: Is there an advantage to indexing sites individually?
      • what if you deploy a system and a later update adds a site?