siteinspector / siteinspector

A tool for catching spelling errors, grammatical errors, broken links, and other errors on websites.

Home Page:https://www.getsiteinspector.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SiteInspector

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.

About

A tool for catching spelling errors, grammatical errors, broken links, and other errors on websites.

https://www.getsiteinspector.com

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 59.3%Language:Vue 31.5%Language:JavaScript 4.2%Language:HTML 3.2%Language:SCSS 1.1%Language:Dockerfile 0.4%Language:Shell 0.2%Language:Procfile 0.1%