shortlist-digital / agreable-catfish-importer-plugin
Wordpress plugin for Shortlist Media.
Installs: 3 021
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- dev-develop
- 7.1.0
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.0
- 5.0.0
- 4.0.12
- 4.0.11
- 4.0.10
- 4.0.9
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.0
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0
- 0.1
- dev-master
- dev-add-date-range
- dev-video-header
- dev-catfish-qa
- dev-find-missing-images
- dev-queue-staging-testing
- dev-scan-for-udpated-content
- dev-update-scan-core-work-and-cleanup
- dev-recent-imports-listings-fix
- dev-fix-merges
- dev-consistent-test-state
- dev-queue-cli
- dev-importer-performance-improvements
- dev-croissant-2-updates
This package is not auto-updated.
Last update: 2024-11-09 19:25:08 UTC
README
For importing Catfish content in to Croissant
Setup
Add variable
CATFISH_IMPORTER_TARGET_URL=http://www.shortlist.com/
Commands
Commands should be run from croissant command runner
Import runner
run php croissant plugin:catfish:import
to start import. You might want to use nohup/disown. Import might take few hours and your ssh connection might close.
import runner have additional options
-p amount of processes
-c amount of posts imported per one process
--update run only posts updated from last time
-l limit amount of posts
--date-limit="d/m/Y"
it will ignore all posts older than the date limit
-vvv to change default symfony command verbosity
Manual posts update
run wp eval-file src/cli-runner/catfish-import-posts.php {space separated urls}
. This command will update posts by their urls. use --debug to increase verbosity
Get imported posts stats
run wp eval-file src/cli-runner/catfish-posts-update-times.php
. This will give you list of post_url{SEPARATOR}update_time
of current 'stock'
User roles
For security reasons when new user is created from old system they are all assigned one and only one role called 'purgatory' to make it possible for those people to log in, you will have to adjust their privileges
Nohup command
nohup php croissant plugin:catfish:import >>/tmp/catfish_cmd_output.log 2>> /tmp/catfish_cmd_error.log &