resourcesync-validator

Validate Sitemap and ResourceSync manifests; Demo:

OTHER License

Stars
2

ResourceSync Validator

ResourceSync Validator is a Sitemap/ResourceSync validation tool. It can parse a Sitemap and provide a human-friendly version of the sitemap along with validation information.

Getting Started

  • Clone the repository

  • Install dependencies:

    $ bundle install
    
  • Start Rails:

    $ bundle exec rails s
    
  • Visit http://localhost:3000

Deploy to Heroku

Read this first: Getting Started with Rails 4.x and Heroku

  • Launch a worker

    $ heroku create
    
  • Set the Google Analytics metadata:

    $ heroku config:set GA_KEY=UA-123456789-ABC GA_ACCT=xyz
    
  • Deploy

    $ git push heroku master