2017 © Pedro PelĆ”ez
 

project ojs-tools-bundle

A helper for migrating to OJS

image

okulbilisim/ojs-tools-bundle

A helper for migrating to OJS

  • Wednesday, March 23, 2016
  • by hmert
  • Repository
  • 6 Watchers
  • 6 Stars
  • 831 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ImportBundle

This is a bundle which helps with importing databases of other journal softwares to a new instance of VIPA., (*1)

Available Commands

Command Description
ojs:import:download Download all files added to the queue during imports
ojs:import:pkp:all-journals Import all journals from PKP/OJS
ojs:import:pkp:contacts Import journal contacts from PKP/OJS
ojs:import:pkp:given-journals Import given journals from PKP/OJS
ojs:import:pkp:journal Import a journal from PKP/OJS
ojs:import:pkp:stats Import article stats from PKP/OJS
ojs:import:pkp:subjects Import subjects from PKP/OJS
ojs:import:pkp:submitters Import article submitters from PKP/OJS
ojs:import:pkp:user Import an user from PKP/OJS

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., (*2)

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., (*3)

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

The Versions

23/03 2016

dev-master

9999999-dev

A helper for migrating to OJS

  Sources   Download

MIT

The Requires

 

migration symfony import ojs

22/03 2016

1.0.2

1.0.2.0

A helper for migrating to OJS

  Sources   Download

MIT

The Requires

 

migration symfony import ojs

16/12 2015

dev-transactions

dev-transactions

Ojs symfony tools bundle

  Sources   Download

MIT

The Requires

 

symfony ojs tools