Installation: Install: make install Uninstall: make uninstall WARNING: This will delete your VegBIEN DB! Data import: Import data into VegBIEN: . bin/import_all Stop all running imports: . bin/stop_imports Empty the DB: make empty_db WARNING: This will delete your VegBIEN DB! Re-import data: make empty_db; . bin/import_all WARNING: This will delete your VegBIEN DB! Schema changes: Regenerate schema from installed DB: make schemas/remake Reinstall DB from schema: make reinstall_db WARNING: This will delete your VegBIEN DB! Sync ERD with vegbien.sql schema: Run make schemas/vegbien.my.sql Open schemas/vegbien.ERD.mwb in MySQLWorkbench Go to File > Export > Synchronize With SQL CREATE Script... For Input File, select schemas/vegbien.my.sql Click Continue Click in the changes list and press Ctrl+A or Apple+A to select all Click Update Model Click Continue Note: The generated SQL script will be empty because we are syncing in the opposite direction Click Execute Reposition any lines that have been reset Add any new tables by dragging them from the Catalog in the left sidebar to the diagram Remove any deleted tables by right-clicking the table's diagram element, selecting Delete '', and clicking Delete Save Go to File > Export > Export as PNG... Select schemas/vegbien.ERD.png Go to File > Export > Export as SVG... Select schemas/vegbien.ERD.svg Go to File > Export > Export as Single Page PDF... Select schemas/vegbien.ERD.pdf Testing: Mapping process: make test Map spreadsheet generation: make remake Missing mappings: make missing_mappings Everything (for most complete coverage): make test-all General: To see a program's description, read its top-of-file comment To see a program's usage, run it without arguments