Copy the phinx.yml.dist example config to phinx.yml, which has a development sqlite setup
Update the phinx.yml file based on the instructions here
Example sqlite config:
paths:migrations:'%%PHINX_CONFIG_DIR%%/migrations'environments:default_migration_table:phinxlogdefault_database:productionproduction:adapter:sqlitename:./anime_collection# Will create anime_collection.sqlite3 file
Setup steps
Create phinx and Hummingbird config files
Install phinx in the tools/phinx folder by running composer install
Run the migrations. Based on the example file above, you'd run: ./tools/phinx/vendor/bin/phinx migrate -e production
Importing Anime:
Login
Click the [ Add Item ] link on the Anime Collection page
Enter the name of the anime you wish to add, and select the appropriate search result
Save & Repeat as needed
Delete Page
Deleting the wiki page "collection" cannot be undone. Continue?