A simple diff tool with inline code comments
-
Copy config files
cp config/database.php.default config/database.php
cp config/core.php.default config/core.php
-
Edit configuration to match your setup
-
Update .htaccess file if needed
-
Run
composer install
-
Run the schema.sql on your database you setup.
-
Make sure data/diffs/ is writable