siteinspector

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

Stars
343
Forks
32
Open issues
14
Closed issues
18
Last commit
about 1 year ago
Watchers
343
Total releases
0
Total commits
47
Open PRs
1
Closed PRs
6
Repo URL
Platform
License
agpl-3.0
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

SiteInspector

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:

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.

Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.