-
Notifications
You must be signed in to change notification settings - Fork 2
UpdateGuideOJS
tnier01 edited this page Jul 14, 2021
·
1 revision
This page describes how to update OJS for macOS. This is an individually created instruction, the official instructions can be found here:
- https://github.com/pkp/ojs/blob/main/docs/UPGRADE.md
- https://docs.pkp.sfu.ca/dev/documentation/en/getting-started#updates
cd ojs
git checkout master
git pull https://github.com/pkp/ojs.git master
git push
cd ojs/lib/pkp
git checkout master
git pull https://github.com/pkp/pkp-lib.git master
git push
cd ojs/lib/ui-library
git checkout master
git pull https://github.com/pkp/ui-library.git master
git push
cd ojs
git submodule update --init --recursive
composer --working-dir=lib/pkp update
npm install
npm run build
php tools/upgrade.php upgrade