+ Total success info message

* Updated project README
This commit is contained in:
Phil Zhitnikov 2019-03-18 08:07:07 +03:00
parent 94067bd70b
commit 42b48adb36
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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");
})(); })();