Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 524 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 524 Bytes

SanityCheck

This is a work in progress. This script checks for basic stuff when sending code to a repo or putting code on a staging or production server. Things this script is checking include:

  • Permissions
  • Ownership
  • localhost possible links
  • local IP address possible links.

Usage:

  • Downlaad the script
  • Chmod +x SanityCheck.sh
  • ./SanityCheck.sh
  • Enter the absolute path to your site (ex: /var/www/mysite/public_html)

Help make it better. All feedback is welcome.

Enjoy!

Dan D.