Version 2.14.3
Environment production
Database mysql
Hi,
Im new to ghost and i like the simplycity concept behind ghost and the use of node.js.
I would like to give it a try and would like to migrate from Typo3 with extension tx_news to ghost for testing.
I didnt find a one click solution, sad …
There are about 4000 records in tx_news with about 10000 images.
If i understood the concept of importing data to ghost correct i need to:
- FTP all images to /var/lib/ghost/content/images/2019/02/ ?
- Create a JSON from SQL and import this in Settings->Labs->Import content ?
maybe with use of sql-to-json - npm ?
I only need to import the column: title,second title, Date, tags, text - and the related images uploaded to /var/lib/ghost/content/images/2019/02/
Whats best practice to do this ?
Thanks