Skip to content
オープンソース・ワークショップ 永原 篤 edited this page May 12, 2020 · 4 revisions

Migration from NetCommons3 HTTP

  • Migration overview
    Turn NetCommons3 pages into HTML data for migration.
    The data is taken from HTTP.
    If you get it from the database, see ExportFromNC3.

  • migration procedure

  1. Page creation
  2. Batch execution
    [Description]
    $ php artisan command:MigrationFromHttp {page_url} {page_id}
    [ex.]
    $ php artisan command:MigrationFromHttp https://xxxx.xx.xx/xxxx 10
  • data dir
    storage/app/migration/{page_id}/
Clone this wiki locally