+ Total success info message
* Updated project README
This commit is contained in:
parent
94067bd70b
commit
42b48adb36
|
|
@ -1 +1,5 @@
|
||||||
gpmu-ojs-import-js
|
## gpmu-ojs-import-js
|
||||||
|
|
||||||
|
1) Run INSTALL.BAT to install all npm dependencies
|
||||||
|
2) Apply email-patch for OJS files in order to make email fields optional for authors
|
||||||
|
3) To upload issue simply drag issue folder/folders to UPLOAD_ISSUE.bat
|
||||||
|
|
@ -31,4 +31,6 @@ console.log("Got datastores:", datastores);
|
||||||
|
|
||||||
await importer.importIssue(d, selectedJournal);
|
await importer.importIssue(d, selectedJournal);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.success("All issues have been imported");
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user