Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 981 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 981 Bytes

Robots Monitor

Monitor changes to robots.txt files

Getting started

Prerequisites

  • Perl 5.10+
  • MongoDB 3+
  • Git

Installing

Make a copy of robots_monitor.conf.sample to robots_monitor.conf:

cp robots_monitor.conf.sample robots_monitor.conf

Customise the config file as appropriate.

Ensure you have set your git global email & user name:

git config --global user.email "test@example.com"
git config --global user.name "Test"

Install the necessary Perl modules using cpanm:

cpanm Mojolicious MongoDB

Run the server using:

# Development
morbo script/robots_monitor
# Production
hypnotoad script/robots_monitor

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details