Skip to content

robhammond/robots-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Monitor changes to robots.txt files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages