Popularity
3.7
Growing
Activity
2.4
-
394
12
40

Programming language: Ruby
License: GNU Affero General Public License v3.0
Tags: Automation    

SiteInspector alternatives and similar software solutions

Based on the "Automation" category.
Alternatively, view siteinspector alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SiteInspector or a related project?

Add another 'Automation' Software solution

README

SiteInspector

Build Version Pulls

Screenshot

SiteInspector is a free, open-source tool that helps to find spelling errors, grammatical errors, and broken links on websites. It's written in Ruby/Rails with Vue.js front-end and uses a PostgreSQL database and Sidekiq with Redis to perform concurrent crawling.

Visit getsiteinspector.com

Installation

Docker

Install docker and docker-compose on your host machine and run:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/siteinspector/siteinspector/master/scripts/docker-install.sh)"

Open the app locally on port 808 (http://localhost:808/) or using your remote server IP.

Heroku

Deploy on Heroku using the button below:

Deploy

Make sure that you have at least one worker dyno running - heroku ps:scale worker=1 -a <app_name>.

Manually using docker-compose.yml

mkdir siteinspector && cd siteinspector

wget https://raw.githubusercontent.com/siteinspector/siteinspector/master/docker-compose.yml

docker-compose up

License

SiteInspector is licensed under the AGPL v3 license.


*Note that all licence references and agreements mentioned in the SiteInspector README section above are relevant to that project's source code only.