ojs/import-bundle

A helper for migrating to Vipa

Installs: 2 275

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 7

Forks: 0

Type:project

1.0.10 2016-06-29 17:18 UTC

This package is not auto-updated.

Last update: 2024-11-01 22:20:54 UTC


README

This is a bundle which helps with importing databases of other journal softwares to a new instance of VIPA.

Available Commands

PKP/OJS

### Importing an user

php app/console ojs:import:pkp:user <user_id_from_pkpojs> <db_host> <db_user> <db_pass> <db_name>

### Importing a journal This command will import the given journal and its sections, issues, articles and users who submitted an article.

php app/console ojs:import:pkp:journal <journal_id_from_pkpojs> <db_host> <db_user> <db_pass> <db_name>

Downloading files

After importing your journals, run this to make your files available on VIPA.

php app/console ojs:import:download <pkpojs_domain_name>